Unigine.InputEventPadAxisMotion Class
Inherits from: | InputEvent |
InputEventPadAxisMotion Class
Properties
int ConnectionID#
The Connection identifier.
Input.GAMEPAD_AXIS Axis#
The game pad axis, one of the Input.GAMEPAD_AXIS values.
float Value#
The axis position value.
Members
InputEventPadAxisMotion ( ) #
Default constructor.InputEventPadAxisMotion ( ulong timestamp, ivec2 mouse_pos ) #
Game pad axis motion event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
InputEventPadAxisMotion ( ulong timestamp, ivec2 mouse_pos, int connection_id, int axis, float value ) #
Game pad 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 - Game pad axis index.
- float value - Axis position value.
Last update:
2023-04-28
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)