Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-05 00:39:09 +0000
committerStijn Buys <ingar@osirion.org>2008-08-05 00:39:09 +0000
commit7ac353a7895f1ab30d09268968bc85ef9394cf41 (patch)
treedb7ce68c95ccd3a7dcd0d715f9e526359529db12 /src/client/joystick.h
parentf936aa3a90941a4ed02dde86952d2309c2eede67 (diff)
initial joystick control support
Diffstat (limited to 'src/client/joystick.h')
-rw-r--r--src/client/joystick.h2
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();
};
}