From 980c5c41dc8e88ab3e7a5751348a92a0662a2ea4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 21 Jul 2008 22:03:26 +0000 Subject: prepare keybinds for modifier keys, fix for the camera clipping issue --- src/client/keyboard.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/keyboard.h') 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(); -- cgit v1.2.3