diff options
author | hondres <liu.gam3@gmail.com> | 2016-01-08 00:40:41 +0100 |
---|---|---|
committer | hondres <liu.gam3@gmail.com> | 2016-01-08 00:40:41 +0100 |
commit | c632c13c66db715b816390f0734f2b1839a7ff3e (patch) | |
tree | 01d0c5800712b9ac5bcde597edb91d9855519cb7 /platform/x11/os_x11.h | |
parent | 79c1392d17156aeb8d6a2abca16db59b1f8312cc (diff) |
Add some joystick functions to input. Enables manipulation of mappings at runtime
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index a556ba49e3..91dbeac284 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -222,6 +222,10 @@ public: virtual void move_window_to_foreground(); virtual void alert(const String& p_alert,const String& p_title="ALERT!"); + + virtual bool is_joy_known(int p_device); + virtual String get_joy_guid(int p_device) const; + void run(); OS_X11(); |