summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-11-21 19:28:59 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-11-30 18:22:13 +0200
commit6c5966d8ed8ff248ca21900aaf2350aac87f68e4 (patch)
treea210b657ee7f2815aeabad400b9bfa946cde50fb /client/screen.h
parent81241dd8251078fb049d35b7bc8a6c4dcfb6fa98 (diff)
downloadspice-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/screen.h')
-rw-r--r--client/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/screen.h b/client/screen.h
index 10c8fd4f..3321c2ff 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -138,6 +138,7 @@ private:
virtual void on_key_press(RedKey key);
virtual void on_key_release(RedKey key);
+ virtual void on_char(uint32_t ch);
virtual void on_deactivate();
virtual void on_activate();