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-21 22:03:26 +0000
committerStijn Buys <ingar@osirion.org>2008-07-21 22:03:26 +0000
commit980c5c41dc8e88ab3e7a5751348a92a0662a2ea4 (patch)
tree638fc130c94973038b76b50c1fd68a74c2dcdd9f /src/client/keyboard.h
parent5a4bcd856787af106807b0b18fba8e4e2fae63ef (diff)
prepare keybinds for modifier keys, fix for the camera clipping issue
Diffstat (limited to 'src/client/keyboard.h')
-rw-r--r--src/client/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/keyboard.h b/src/client/keyboard.h
index fb9efaf..8275b1a 100644
--- a/src/client/keyboard.h
+++ b/src/client/keyboard.h
@@ -34,6 +34,9 @@ public:
/// clear the string bound to a key
void unbind(std::string const &name);
+ /// celar all key binds
+ void unbindall();
+
/// list keyboard key names
void list_keys();