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-07-22 13:14:35 +0000
committerStijn Buys <ingar@osirion.org>2008-07-22 13:14:35 +0000
commit59ea9fffec01a6cc3fbf147aa311bfaa9abaa933 (patch)
tree818d0aa87f57575d66b4fe37b74de73a525f9614 /src/client/key.h
parentbe7bb48ecb252cd098f6cae7c72b6645c2be4609 (diff)
list_actions, renamed thruster actions
Diffstat (limited to 'src/client/key.h')
-rw-r--r--src/client/key.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/key.h b/src/client/key.h
index 344e1fa..bd6f6bd 100644
--- a/src/client/key.h
+++ b/src/client/key.h
@@ -11,6 +11,11 @@
namespace client {
+/// a pressable key
+/**
+ * a Key instance can contain any kind of 'key' like a keyboard key,
+ * a mouse button, or a joystick button
+ */
class Key
{
public: