Removal of InputEvent as built-in Variant type..
this might cause bugs I haven't found yet..
This commit is contained in:
@@ -115,7 +115,7 @@ private:
|
||||
|
||||
void _update_drives();
|
||||
|
||||
void _unhandled_input(const InputEvent &p_event);
|
||||
void _unhandled_input(const Ref<InputEvent> &p_event);
|
||||
|
||||
virtual void _post_popup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user