You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
load_from_globals() -> load_from_project_settings()
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
bool event_get_action_status(const Ref<InputEvent> &p_event, const StringName &p_action, bool *p_pressed = nullptr, float *p_strength = nullptr) const;
|
||||
|
||||
const Map<StringName, Action> &get_action_map() const;
|
||||
void load_from_globals();
|
||||
void load_from_project_settings();
|
||||
void load_default();
|
||||
|
||||
InputMap();
|
||||
|
||||
Reference in New Issue
Block a user