Unigine::InputEventVRDevice Class
Header: | #include <UnigineInput.h> |
Inherits from: | InputEvent |
InputEventVRDevice Class
Enums
ACTION#
Name | Description |
---|---|
ACTION_CONNECTED = 0 | |
ACTION_DISCONNECTED = 1 |
Members
InputEventVRDevice ( ) #
InputEventVRDevice ( unsigned long long timestamp, const Math::ivec2 & mouse_pos ) #
Arguments
- unsigned long long timestamp
- const Math::ivec2 & mouse_pos
InputEventVRDevice ( unsigned long long timestamp, const Math::ivec2 & mouse_pos, InputEventVRDevice::ACTION action, int connection_id, InputVRDevice::TYPE type ) #
Arguments
- unsigned long long timestamp
- const Math::ivec2 & mouse_pos
- InputEventVRDevice::ACTION action
- int connection_id
- InputVRDevice::TYPE type
void setAction ( InputEventVRDevice::ACTION action ) #
Arguments
- InputEventVRDevice::ACTION action
InputEventVRDevice::ACTION getAction ( ) const#
void setConnectionID ( int connectionid ) #
Arguments
- int connectionid
int getConnectionID ( ) const#
void setType ( InputEventVRDevice::TYPE type ) #
Arguments
InputEventVRDevice::TYPE getType ( ) const#
Last update:
2023-11-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)