Unigine.InputEventVRAxisMotion Class
Inherits from: | InputEvent |
InputEventVRAxisMotion Class
Properties
int ConnectionID#
The Connection identifier.
int Axis#
The VR controller axis.
float Value#
The axis position value.
Members
InputEventVRAxisMotion ( ) #
Default constructor.InputEventVRAxisMotion ( ulong timestamp, ivec2 mouse_pos ) #
VR controller axis motion event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
InputEventVRAxisMotion ( ulong timestamp, ivec2 mouse_pos, int connection_id, int axis, float value ) #
VR controller axis motion event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
- int connection_id - Connection identifier.
- int axis - VR controller axis index.
- float value - Axis position value.
Last update:
2023-11-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)