]> Dogcows Code - chaz/openbox/blobdiff - openbox/translate.h
have stacking_restack_request return a bool that says if it did something with TopIf...
[chaz/openbox] / openbox / translate.h
index 8249514e10e5fdd47051f4abe96a1fe5f2aa6cda..21cd64984146ce5556693f5240864d011ce4fd8e 100644 (file)
 gboolean translate_button(const gchar *str, guint *state, guint *keycode);
 gboolean translate_key(const gchar *str, guint *state, guint *keycode);
 
+/*! Give the string form of a keycode */
+const gchar *translate_keycode(guint keycode);
+
+/*! Translate a keycode to the unicode character it represents */
+gunichar translate_unichar(guint keycode);
+
 #endif
This page took 0.022771 seconds and 4 git commands to generate.