_Evas_Event_Key_Down Struct Reference

Key press event. More...

Data Fields

char * keyname
 the name string of the key pressed
Evas_Modifiermodifiers
 modifier keys pressed during the event
const char * key
 The logical key : (eg shift+1 == exclamation).
const char * string
 A UTF8 string if this keystroke has produced a visible string to be ADDED.
const char * compose
 A UTF8 string if this keystroke has modified a string in the middle of being composed - this string replaces the previous one.

Detailed Description

Key press event.

Examples:

evas-aspect-hints.c, evas-box.c, evas-events.c, evas-hints.c, evas-images.c, evas-images2.c, evas-map-utils.c, evas-object-manipulation.c, evas-smart-interface.c, evas-smart-object.c, evas-stacking.c, and evas-text.c.