diff options
Diffstat (limited to 'client/application.h')
-rw-r--r-- | client/application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/application.h b/client/application.h index ebce51a4..da2d4218 100644 --- a/client/application.h +++ b/client/application.h @@ -131,6 +131,7 @@ public: void on_mouse_up(int button, int buttons_state); void on_key_down(RedKey key); void on_key_up(RedKey key); + void on_char(uint32_t ch); void on_deactivate_screen(RedScreen* screen); void on_activate_screen(RedScreen* screen); void on_start_screen_key_interception(RedScreen* screen); |