InputEventJoypadButton¶
Inherits: InputEvent < Resource < Reference < Object
Category: Core
Brief Description¶
Input event type for joypad button events.
Member Functions¶
int | get_button_index ( ) const |
float | get_pressure ( ) const |
void | set_button_index ( int button_index ) |
void | set_pressed ( bool pressed ) |
void | set_pressure ( float pressure ) |