diff options
| author | Stijn Buys <ingar@osirion.org> | 2008-07-28 22:56:12 +0000 | 
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2008-07-28 22:56:12 +0000 | 
| commit | d7902db240adc2f081bee7e8fc36b866976fa5d1 (patch) | |
| tree | 7000b5d396f0340124baf296f860e222664888bd /src/client/keyboard.h | |
| parent | fa45b822bb8cdcd3fb3654ee099bdeddd2290a5c (diff) | |
modifier keys for binds
Diffstat (limited to 'src/client/keyboard.h')
| -rw-r--r-- | src/client/keyboard.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/src/client/keyboard.h b/src/client/keyboard.h index e4995e6..2841495 100644 --- a/src/client/keyboard.h +++ b/src/client/keyboard.h @@ -30,7 +30,7 @@ public:  	/// find a key on name  	Key *find(std::string const & name); -	/// bind a string to a key +	/// bind a string to a key, if str is empty, just list  	void bind(std::string const &name, const std::string str);  	/// clear the string bound to a key @@ -48,9 +48,6 @@ public:  	/// list keyboard binds  	void list_binds(); -	/// list binds for a singe key -	void list_bind(std::string const &name); -  	/// load keyboard binds  	void load_binds(); | 
