Tizen Native API  7.0
_Evas_Event_Key_Up Struct Reference

Public Attributes

char * keyname
Evas_Modifiermodifiers
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

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

The logical key : (eg shift+1 == exclamation)

Key scan code numeric value

Since (EFL) :
1.10

the name string of the key released

modifier keys pressed during the event

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