diff options
author | Yaniv Kamay <ykamay@redhat.com> | 2009-11-21 19:28:59 +0200 |
---|---|---|
committer | Yaniv Kamay <ykamay@redhat.com> | 2009-11-30 18:22:13 +0200 |
commit | 6c5966d8ed8ff248ca21900aaf2350aac87f68e4 (patch) | |
tree | a210b657ee7f2815aeabad400b9bfa946cde50fb /client/application.h | |
parent | 81241dd8251078fb049d35b7bc8a6c4dcfb6fa98 (diff) | |
download | spice-6c5966d8ed8ff248ca21900aaf2350aac87f68e4.tar.gz spice-6c5966d8ed8ff248ca21900aaf2350aac87f68e4.tar.xz spice-6c5966d8ed8ff248ca21900aaf2350aac87f68e4.zip |
client: KeyHandler now receive unicode char event in addition to RedKey events
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); |