diff options
author | hondres <hinsbart@users.noreply.github.com> | 2015-12-18 06:12:53 +0100 |
---|---|---|
committer | hondres <hinsbart@users.noreply.github.com> | 2015-12-18 06:12:53 +0100 |
commit | af633c794179d29a4bf0c01983c8b08d14553596 (patch) | |
tree | 073a5a6bcec985cb55f21e34e65dfba00353ba9f /core/os | |
parent | 19267f30d91fe3554435cae66cc80eddeb93b119 (diff) |
Better gamepad support
Diffstat (limited to 'core/os')
-rw-r--r-- | core/os/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/input.h b/core/os/input.h index 8aa0e6b18a..d81ebf4ec3 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -62,7 +62,7 @@ public: virtual float get_joy_axis(int p_device,int p_axis)=0; virtual String get_joy_name(int p_idx)=0; - virtual void joy_connection_changed(int p_idx, bool p_connected, String p_name)=0; + virtual void joy_connection_changed(int p_idx, bool p_connected, String p_name, String p_guid)=0; virtual Point2 get_mouse_pos() const=0; |