Add clutter_unicode_to_keyval function

This commit introduces a unicode-to-keyval conversion function that
performs identical action as the gdk version of that function. Also
added is the necessary table holding all the conversion values.

https://bugzilla.gnome.org/show_bug.cgi?id=661015
This commit is contained in:
Zan Dobersek
2011-10-07 12:05:39 +01:00
committed by Emmanuele Bassi
parent 5dbc00e625
commit 25b7b30ccc
2 changed files with 805 additions and 0 deletions

View File

@ -454,6 +454,7 @@ void clutter_event_set_scroll_direction (ClutterEvent
ClutterScrollDirection clutter_event_get_scroll_direction (const ClutterEvent *event);
guint32 clutter_keysym_to_unicode (guint keyval);
guint clutter_unicode_to_keysym (guint32 wc);
guint32 clutter_get_current_event_time (void);
const ClutterEvent * clutter_get_current_event (void);