summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-10-28 09:26:54 +0100
committerMaxime Coste <frrrwww@gmail.com>2012-10-28 09:26:54 +0100
commitd9729cc29eb717aae2c68ced24d4b04d4c2ea4cf (patch)
treedfa12788197425cd8c02d1b5a7c10078b2ac4cff /src/input_handler.hh
parent13a081ed4ab770c80e6a258b6aa507ca55df3529 (diff)
Handle all available input before redrawing
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 3e35de6d..98762dfb 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -36,7 +36,7 @@ public:
void on_next_key(KeyCallback callback);
- void handle_next_input(Context& context);
+ void handle_available_inputs(Context& context);
private:
friend class InputMode;