diff options
Diffstat (limited to 'src/console/ConsoleView.h')
| -rw-r--r-- | src/console/ConsoleView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/ConsoleView.h b/src/console/ConsoleView.h index bb1a98e..f118293 100644 --- a/src/console/ConsoleView.h +++ b/src/console/ConsoleView.h @@ -27,7 +27,7 @@ class ConsoleView: public ui::Window { public: ConsoleView(); virtual void OnDraw(); - virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); + virtual void DoKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); void AttachController(ConsoleController * c_) { c = c_; } void NotifyPreviousCommandsChanged(ConsoleModel * sender); void NotifyCurrentCommandChanged(ConsoleModel * sender); |
