Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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: