Tizen Native API
7.0
|
_Ecore_IMF_Event_Key_Up Struct Reference
Public Attributes | |
const char * | keyname |
Ecore_IMF_Keyboard_Modifiers | modifiers |
Ecore_IMF_Keyboard_Locks | locks |
const char * | key |
const char * | string |
const char * | compose |
unsigned int | timestamp |
const char * | dev_name |
Ecore_IMF_Device_Class | dev_class |
Ecore_IMF_Device_Subclass | dev_subclass |
unsigned int | keycode |
Detailed Description
The structure type used with the Key_Up event.
- Examples:
- ecore_imf_example.c.
Member Data Documentation
const char* _Ecore_IMF_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
The device class of the key released
- Since (EFL) :
- 1.14
const char* _Ecore_IMF_Event_Key_Up::dev_name |
The device name of the key released
- Since (EFL) :
- 1.14
The device subclass of the key released
- Since (EFL) :
- 1.14
const char* _Ecore_IMF_Event_Key_Up::key |
The logical key : (eg shift+1 == exclamation)
unsigned int _Ecore_IMF_Event_Key_Up::keycode |
Key scan code numeric value
- Since (EFL) :
- 1.22
- Since :
- 5.5
const char* _Ecore_IMF_Event_Key_Up::keyname |
The string name of the key released
The keyboard locks active when the event has been emitted
The keyboard modifiers active when the event has been emitted
const char* _Ecore_IMF_Event_Key_Up::string |
A UTF8 string if this keystroke has produced a visible string to be ADDED
unsigned int _Ecore_IMF_Event_Key_Up::timestamp |
The timestamp when the event occurred