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/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();