VirtualInputMode
Describes the current operational state of a VirtualInputManager.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 599 | None | 0 | The VirtualInputManager is idle and neither recording nor playing back input. | |
| 599 | Recording | 1 | The VirtualInputManager is actively capturing input events into a sequence. | |
| 599 | Playing | 2 | The VirtualInputManager is replaying a previously recorded input sequence. |
Description
Describes the current operational state of a VirtualInputManager. The
service reports a value from this enum to indicate whether it is idle,
actively capturing input events, or replaying a previously captured sequence.
Transitions are driven by calls to StartRecording(), StopRecording(),
StartPlaying(), and StopPlaying().