Unigine.InputEventSystem Class
Inherits from: | InputEvent |
InputEventSystem Class
Enums
ACTION#
System event actions.Name | Description |
---|---|
KEYBOARD_LAYOUT_CHANGED = 0 | Keyboard layout has changed. |
Properties
InputEventSystem.ACTION Action#
The action of the system event.
Members
InputEventSystem ( ) #
Default constructor.InputEventSystem ( uint timestamp, ivec2 mouse_pos ) #
Default constructor.Arguments
- uint timestamp - Timestamp of the event (time when the event occurred).
- ivec2 mouse_pos - Coordinates of the mouse cursor position along X and Y axes.
InputEventSystem ( uint timestamp, ivec2 mouse_pos, InputEventSystem.ACTION action ) #
Default constructor.Arguments
- uint timestamp - Timestamp of the event (time when the event occurred).
- ivec2 mouse_pos - Coordinates of the mouse cursor position along X and Y axes.
- InputEventSystem.ACTION action - action of the system event.
Last update:
2022-09-26
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)