You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add input action name to window title in input map editor
This commit is contained in:
@@ -120,7 +120,8 @@ protected:
|
||||
|
||||
public:
|
||||
// Pass an existing event to configure it. Alternatively, pass no event to start with a blank configuration.
|
||||
void popup_and_configure(const Ref<InputEvent> &p_event = Ref<InputEvent>());
|
||||
// An action name can be passed for descriptive purposes.
|
||||
void popup_and_configure(const Ref<InputEvent> &p_event = Ref<InputEvent>(), const String &p_current_action_name = "");
|
||||
Ref<InputEvent> get_event() const;
|
||||
|
||||
void set_allowed_input_types(int p_type_masks);
|
||||
|
||||
Reference in New Issue
Block a user