You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Removal of InputEvent as built-in Variant type..
this might cause bugs I haven't found yet..
This commit is contained in:
@@ -54,7 +54,7 @@ class ScriptEditorQuickOpen : public ConfirmationDialog {
|
||||
|
||||
void _update_search();
|
||||
|
||||
void _sbox_input(const InputEvent &p_ie);
|
||||
void _sbox_input(const Ref<InputEvent> &p_ie);
|
||||
Vector<String> functions;
|
||||
|
||||
void _confirmed();
|
||||
@@ -288,7 +288,7 @@ class ScriptEditor : public VBoxContainer {
|
||||
|
||||
void _script_split_dragged(float);
|
||||
|
||||
void _unhandled_input(const InputEvent &p_event);
|
||||
void _unhandled_input(const Ref<InputEvent> &p_event);
|
||||
|
||||
void _help_search(String p_text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user