Tizen Native API
|
_Evas_Event_Key_Up Struct Reference
Public Attributes | |
char * | keyname |
Evas_Modifier * | modifiers |
const char * | key |
const char * | string |
const char * | compose |
Detailed Description
Key release event.
Member Data Documentation
const char* _Evas_Event_Key_Up::compose |
UTF8 string if this keystroke has modified a string in the middle of being composed - this string replaces the previous one
const char* _Evas_Event_Key_Up::key |
Logical key : (example, shift+1 == exclamation)
Name string of the key released
Modifier keys pressed during the event
const char* _Evas_Event_Key_Up::string |
UTF8 string if this keystroke has produced a visible string to be ADDED