|
Tizen Native API
5.0
|
Public Attributes | |
| char * | keyname |
| Evas_Modifier * | modifiers |
| const char * | key |
| const char * | string |
| const char * | compose |
| unsigned int | keycode |
Key press event
| const char* _Evas_Event_Key_Down::compose |
A 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 |
The logical key : (eg shift+1 == exclamation)
| unsigned int _Evas_Event_Key_Down::keycode |
Key scan code numeric value
the name string of the key pressed
modifier keys pressed during the event
| const char* _Evas_Event_Key_Down::string |
A UTF8 string if this keystroke has produced a visible string to be ADDED