[gtk-clutter-embed] Fill in the unicode_value field of ClutterKeyEvent
authorNeil Roberts <neil@linux.intel.com>
Mon, 11 May 2009 13:27:36 +0000 (14:27 +0100)
committerNeil Roberts <neil@linux.intel.com>
Mon, 11 May 2009 13:27:36 +0000 (14:27 +0100)
commitf3476a190d0f802a601ef909713c5c230481cee3
treec912041e61ef36674176fb506e03f15eae57b40d
parent345c3c7a166957f00e191288537206e1e52135fe
[gtk-clutter-embed] Fill in the unicode_value field of ClutterKeyEvent

The unicode value is translated from the keyval by
gdk_keyval_to_unicode. We can't easily use the 'string' field of
GdkEventKey because it is in the current locale (not UTF-8).
clutter-gtk/gtk-clutter-embed.c