Unigine.InputEventSystem Class
Inherits from: | InputEvent |
InputEventSystem Class
Перечисления (Enums)
ACTION#
System event actions.Имя | Описание |
---|---|
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:
13.12.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter