Unigine.InputEventVRDevice Class
Inherits from: | InputEvent |
InputEventVRDevice Class
Перечисления (Enums)
ACTION#
Имя | Описание |
---|---|
CONNECTED = 0 | Device state is "connected". |
DISCONNECTED = 1 | Device state is "disconnected". |
Properties
InputEventVRDevice.ACTION Action#
The Type of the VR device input event, one of the ACTION values.
int ConnectionID#
The Connection identifier.
InputEventVRDevice.TYPE Type#
The VR device type.
Members
InputEventVRDevice ( ) #
Default constructor.InputEventVRDevice ( ulong timestamp, ivec2 mouse_pos ) #
VR device input event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
InputEventVRDevice ( ulong timestamp, ivec2 mouse_pos, InputEventVRDevice.ACTION action, int connection_id, InputVRDevice.TYPE type ) #
VR device input event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
- InputEventVRDevice.ACTION action - Type of the VR device input event, one of the ACTION values.
- int connection_id - Connection identifier.
- InputVRDevice.TYPE type - VR device type.
Last update:
13.12.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter