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
|
|
@ -154,7 +154,7 @@ public:
|
|||
virtual String get_resource_dir() const;
|
||||
|
||||
void process_accelerometer(const Vector3 &p_accelerometer);
|
||||
void push_input(const InputEvent &p_ev);
|
||||
void push_input(const Ref<InputEvent> &p_ev);
|
||||
|
||||
virtual bool is_joy_known(int p_device);
|
||||
virtual String get_joy_guid(int p_device) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue