Removal of InputEvent as built-in Variant type..
this might cause bugs I haven't found yet..
This commit is contained in:
parent
93f9a83062
commit
5b3709d309
206 changed files with 9547 additions and 10167 deletions
|
|
@ -70,7 +70,7 @@ protected:
|
|||
|
||||
void _update_pickable();
|
||||
friend class Viewport;
|
||||
void _input_event(Node *p_viewport, const InputEvent &p_input_event, int p_shape);
|
||||
void _input_event(Node *p_viewport, const Ref<InputEvent> &p_input_event, int p_shape);
|
||||
void _mouse_enter();
|
||||
void _mouse_exit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue