InputMap
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
action_add_event ( StringName action, InputEvent event ) |
void |
action_erase_event ( StringName action, InputEvent event ) |
void |
action_erase_events ( StringName action ) |
action_get_deadzone ( StringName action ) |
|
action_get_events ( StringName action ) |
|
action_has_event ( StringName action, InputEvent event ) |
|
void |
action_set_deadzone ( StringName action, float deadzone ) |
void |
add_action ( StringName action, float deadzone=0.5 ) |
void |
erase_action ( StringName action ) |
event_is_action ( InputEvent event, StringName action, bool exact_match=false ) const |
|
get_actions ( ) |
|
has_action ( StringName action ) const |
|
void |
Method Descriptions
void action_add_event ( StringName action, InputEvent event )
There is currently no description for this method. Please help us by contributing one!
void action_erase_event ( StringName action, InputEvent event )
There is currently no description for this method. Please help us by contributing one!
void action_erase_events ( StringName action )
There is currently no description for this method. Please help us by contributing one!
float action_get_deadzone ( StringName action )
There is currently no description for this method. Please help us by contributing one!
InputEvent[] action_get_events ( StringName action )
There is currently no description for this method. Please help us by contributing one!
bool action_has_event ( StringName action, InputEvent event )
There is currently no description for this method. Please help us by contributing one!
void action_set_deadzone ( StringName action, float deadzone )
There is currently no description for this method. Please help us by contributing one!
void add_action ( StringName action, float deadzone=0.5 )
There is currently no description for this method. Please help us by contributing one!
void erase_action ( StringName action )
There is currently no description for this method. Please help us by contributing one!
bool event_is_action ( InputEvent event, StringName action, bool exact_match=false ) const
There is currently no description for this method. Please help us by contributing one!
StringName[] get_actions ( )
There is currently no description for this method. Please help us by contributing one!
bool has_action ( StringName action ) const
There is currently no description for this method. Please help us by contributing one!
void load_from_project_settings ( )
There is currently no description for this method. Please help us by contributing one!