Tizen Native API
|
_Evas_Event_Key_Down Struct Reference
Public Attributes | |
char * | keyname |
Evas_Modifier * | modifiers |
const char * | key |
const char * | string |
const char * | compose |
Detailed Description
Key press event.
Member Data Documentation
const char* _Evas_Event_Key_Down::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_Down::key |
Logical key : (example, shift+1 == exclamation)
Name string of the key pressed
Modifier keys pressed during the event
const char* _Evas_Event_Key_Down::string |
UTF8 string if this keystroke has produced a visible string to be ADDED