diff options
| author | Stijn Buys <ingar@osirion.org> | 2008-08-05 00:39:09 +0000 |
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2008-08-05 00:39:09 +0000 |
| commit | 7ac353a7895f1ab30d09268968bc85ef9394cf41 (patch) | |
| tree | db7ce68c95ccd3a7dcd0d715f9e526359529db12 /src/client/joystick.h | |
| parent | f936aa3a90941a4ed02dde86952d2309c2eede67 (diff) | |
initial joystick control support
Diffstat (limited to 'src/client/joystick.h')
| -rw-r--r-- | src/client/joystick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/joystick.h b/src/client/joystick.h index e21a60c..9404cb3 100644 --- a/src/client/joystick.h +++ b/src/client/joystick.h @@ -18,6 +18,8 @@ public: static void shutdown(); static void frame(); + + static bool is_enabled(); }; } |
