diff options
Diffstat (limited to 'client/screen.cpp')
| -rw-r--r-- | client/screen.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/screen.cpp b/client/screen.cpp index 50905710..39c9dbc5 100644 --- a/client/screen.cpp +++ b/client/screen.cpp @@ -659,6 +659,11 @@ void RedScreen::on_key_release(RedKey key) _owner.on_key_up(key); } +void RedScreen::on_char(uint32_t ch) +{ + _owner.on_char(ch); +} + void RedScreen::on_deactivate() { relase_mouse(); |
