Tizen Native API  7.0
_Evas_Event_Key_Down Struct Reference

Public Attributes

char * keyname
Evas_Modifiermodifiers
const char * key
const char * string
const char * compose
unsigned int keycode

Detailed Description


Member Data Documentation

A UTF8 string if this keystroke has modified a string in the middle of being composed - this string replaces the previous one

Key scan code numeric value

Since (EFL) :
1.10

the name string of the key pressed

Examples:
flipselector_example.c, and web_example_02.c.

modifier keys pressed during the event

Examples:
ecore_imf_example.c, and web_example_02.c.

A UTF8 string if this keystroke has produced a visible string to be ADDED

Examples:
ecore_imf_example.c.