Home
last modified time | relevance | path

Searched defs:_Ecore_IMF_Event_Key_Up (Results 1 – 1 of 1) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ecore_imf/
H A DEcore_IMF.h722 struct _Ecore_IMF_Event_Key_Up struct
724 const char *keyname; /**< The string name of the key released */
725 …eyboard_Modifiers modifiers; /**< The keyboard modifiers active when the event has been emitted */
726 …MF_Keyboard_Locks locks; /**< The keyboard locks active when the event has been emitted */
727 const char *key; /**< The logical key : (eg shift+1 == exclamation) */
728 … *string; /**< A UTF8 string if this keystroke has produced a visible string to be ADDED */
730 unsigned int timestamp; /**< The timestamp when the event occurred */
731 const char *dev_name; /**< The device name of the key released @since 1.14 */
732 Ecore_IMF_Device_Class dev_class; /**< The device class of the key released @since 1.14 */
733 …e_IMF_Device_Subclass dev_subclass; /**< The device subclass of the key released @since 1.14 */
[all …]