- _singleton
godot_object _singleton;
Undocumented in source.
- _singletonName
char* _singletonName;
Undocumented in source.
- actionAddEvent
GodotMethod!(void, String, InputEvent) actionAddEvent;
Undocumented in source.
- actionEraseEvent
GodotMethod!(void, String, InputEvent) actionEraseEvent;
Undocumented in source.
- actionEraseEvents
GodotMethod!(void, String) actionEraseEvents;
Undocumented in source.
- actionHasEvent
GodotMethod!(bool, String, InputEvent) actionHasEvent;
Undocumented in source.
- actionSetDeadzone
GodotMethod!(void, String, double) actionSetDeadzone;
Undocumented in source.
- addAction
GodotMethod!(void, String, double) addAction;
Undocumented in source.
- eraseAction
GodotMethod!(void, String) eraseAction;
Undocumented in source.
- eventIsAction
GodotMethod!(bool, InputEvent, String) eventIsAction;
Undocumented in source.
- getActionList
GodotMethod!(Array, String) getActionList;
Undocumented in source.
- getActions
GodotMethod!(Array) getActions;
Undocumented in source.
- hasAction
GodotMethod!(bool, String) hasAction;
Undocumented in source.
- loadFromGlobals
GodotMethod!(void) loadFromGlobals;
Undocumented in source.