Name | Description |
---|
INPUT_EVENT = 0 | Basic type. Cannot be created. |
INPUT_EVENT_MOUSE_BUTTON = 1 | Mouse button has been clicked. |
INPUT_EVENT_MOUSE_WHEEL = 2 | Mouse wheel has been moved. |
INPUT_EVENT_MOUSE_MOTION = 3 | Mouse has been moved. |
INPUT_EVENT_KEYBOARD = 4 | Keyboard button has been pressed. |
INPUT_EVENT_TEXT = 5 | Text has been entered. |
INPUT_EVENT_TOUCH = 6 | Touch device has been touched. |
INPUT_EVENT_JOY_DEVICE = 7 | Joystick has been connected or disconnected. |
INPUT_EVENT_JOY_BUTTON = 8 | Joystick button has been pressed. |
INPUT_EVENT_JOY_AXIS_MOTION = 9 | Joystick axis has been moved. |
INPUT_EVENT_JOY_POV_MOTION = 10 | Joystick POV hat has been moved. |
INPUT_EVENT_PAD_DEVICE = 11 | Game pad has been connected or disconnected. |
INPUT_EVENT_PAD_BUTTON = 12 | Game pad button has been pressed. |
INPUT_EVENT_PAD_AXIS_MOTION = 13 | Game pad axis has been moved. |
INPUT_EVENT_PAD_TOUCH_MOTION = 14 | Touch panel has been touched. |
INPUT_EVENT_VR_DEVICE = 15 | |
INPUT_EVENT_VR_BUTTON = 16 | |
INPUT_EVENT_VR_BUTTON_TOUCH = 17 | |
INPUT_EVENT_VR_AXIS_MOTION = 18 | |
INPUT_EVENT_SYSTEM = 19 | System event has occurred (keyboard layout or input language has changed). |
NUM_INPUT_EVENTS = 20 | Counter of input events. |
The position of the mouse.
The timestamp of the event, in milliseconds.
The name of the input event type.