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:
13.12.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter