_Evas_Event_Key_Up Struct Reference
Key release event. More...
Data Fields | |
| char * | keyname |
| The string name of the key released. | |
| const char * | key |
| The logical key : (eg shift+1 == exclamation). | |
| const char * | string |
| A UTF8 string if this keystroke has produced a visible string to be ADDED. | |
| const char * | compose |
| A UTF8 string if this keystroke has modified a string in the middle of being composed - this string replaces the previous one. | |