mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:

committed by
Emmanuele Bassi

parent
5dbc00e625
commit
25b7b30ccc
@ -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);
|
||||
|
Reference in New Issue
Block a user