The XInputQueue type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| KeyDownEvent |
The string identifying the event of pressing the key.
| |
| KeyCharEvent |
The string identifying the event of entering the character.
| |
| KeyUpEvent |
The string identifying the event of releasing the key.
| |
| MouseEnterEvent |
The string indentifying the event of mouse entering the monitored area.
| |
| MouseLeaveEvent |
The string indentifying the event of mouse leaving the monitored area.
| |
| MouseMoveEvent |
The string identifying the event of mouse move.
| |
| MouseWheelEvent |
The string identifying the event of rolling the mouse wheel.
| |
| TimerEvent |
The string identifying the timer event.
|