This commit is contained in:
Daiki Ueno
2011-01-26 12:50:22 +09:00
parent 5e4a6b2c8e
commit 4accb1e952
6 changed files with 69 additions and 5 deletions

View File

@ -170,6 +170,12 @@ eek_keysym_get_category (guint keysym)
return EEK_KEYSYM_CATEGORY_UNKNOWN;
}
/**
* eek_keysym_to_modifier:
* @keysym: keysym ID
*
* Return a modifier mask which @keysym affects.
*/
EekModifierType
eek_keysym_to_modifier (guint keysym)
{