diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-09-16 18:48:41 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-09-16 18:48:41 +0100 |
| commit | 49903523a7f28c18d324bf605876b9d18a97047b (patch) | |
| tree | aa715653589bef142b6206ddfacb0cb138c44e19 /src/client.hh | |
| parent | 27a1e70b01731d1def326db91ab7c6e236b9fe34 (diff) | |
Resurect Client::handle_available_input()
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index 7c300929..ef1a178d 100644 --- a/src/client.hh +++ b/src/client.hh @@ -64,6 +64,9 @@ public: // if callback does not change the mode itself void on_next_key(KeyCallback callback); + + // handle all the keys currently available in the user interface + void handle_available_input(); // process the given key void handle_key(Key key); |
