mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 10:31:15 +00:00
Add history navigation in the script editor using extra mouse buttons
This feature is enabled by default, but it can be disabled in the editor settings in case it interferes with other uses of the extra buttons (such as push-to-talk in a VoIP program).
This commit is contained in:
parent
9293c76636
commit
3143e7df69
3 changed files with 29 additions and 3 deletions
|
|
@ -418,6 +418,7 @@ class ScriptEditor : public PanelContainer {
|
|||
bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const;
|
||||
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from);
|
||||
|
||||
virtual void input(const Ref<InputEvent> &p_event) override;
|
||||
virtual void unhandled_key_input(const Ref<InputEvent> &p_event) override;
|
||||
|
||||
void _script_list_gui_input(const Ref<InputEvent> &ev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue