Tizen Native API
7.0
|
_Evas_Event_Key_Up Struct Reference
Public Attributes | |
char * | keyname |
Evas_Modifier * | modifiers |
const char * | key |
const char * | string |
const char * | compose |
unsigned int | keycode |
Detailed Description
Key release event
- Examples:
- ecore_imf_example.c.
Member Data Documentation
const char* _Evas_Event_Key_Up::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_Up::key |
The logical key : (eg shift+1 == exclamation)
unsigned int _Evas_Event_Key_Up::keycode |
Key scan code numeric value
- Since (EFL) :
- 1.10
the name string of the key released
modifier keys pressed during the event
const char* _Evas_Event_Key_Up::string |
A UTF8 string if this keystroke has produced a visible string to be ADDED