InputEventJoypadMotion¶
Inherits: InputEvent < Resource < Reference < Object
Category: Core
Brief Description¶
Input event type for joypad motion/axis events.
Member Functions¶
int | get_axis ( ) const |
float | get_axis_value ( ) const |
void | set_axis ( int axis ) |
void | set_axis_value ( float axis_value ) |