Tizen Native API
5.5
|
Functions | |
int | ecore_event_init (void) |
int | ecore_event_shutdown (void) |
unsigned int | ecore_event_modifier_mask (Ecore_Event_Modifier modifier) |
Ecore_Event_Modifier | ecore_event_update_modifier (const char *key, Ecore_Event_Modifiers *modifiers, int inc) |
Ecore_Compose_State | ecore_compose_get (const Eina_List *seq, char **seqstr_ret) |
EINA_DEPRECATED int | ecore_input_joystick_init (void) |
Initializes the Ecore Input Joystick system. ecore_event_init calls this by default. | |
EINA_DEPRECATED int | ecore_input_joystick_shutdown (void) |
Shutdowns the Ecore Input Joystick system. ecore_event_shutdown calls this by default. | |
void | ecore_input_joystick_event_axis_deadzone_set (int event_axis_deadzone) |
int | ecore_input_joystick_event_axis_deadzone_get (void) |
const char * | ecore_input_joystick_name_get (int index) |
Typedefs | |
typedef struct _Ecore_Event_Axis_Update | Ecore_Event_Axis_Update |
typedef struct _Ecore_Axis | Ecore_Axis |
typedef struct _Ecore_Event_Joystick | Ecore_Event_Joystick |
typedef enum _Ecore_Event_Modifier | Ecore_Event_Modifier |
typedef enum _Ecore_Event_Press | Ecore_Event_Press |
typedef enum _Ecore_Event_IO | Ecore_Event_IO |
typedef enum _Ecore_Compose_State | Ecore_Compose_State |
typedef enum _Ecore_Event_Joystick_Button | Ecore_Event_Joystick_Button |
typedef enum _Ecore_Event_Joystick_Axis | Ecore_Event_Joystick_Axis |
typedef enum _Ecore_Event_Joystick_Event | Ecore_Event_Joystick_Event_Type |
typedef enum _Ecore_Axis_Label | Ecore_Axis_Label |
Defines | |
#define | ECORE_EVENT_MODIFIER_ALTGR 0x0400 |
#define ECORE_EVENT_MODIFIER_ALTGR 0x0400 |
typedef struct _Ecore_Axis Ecore_Axis |
typedef enum _Ecore_Axis_Label Ecore_Axis_Label |
An enum of Compose states.
typedef struct _Ecore_Event_Axis_Update Ecore_Event_Axis_Update |
An enum of Input/Output events.
typedef struct _Ecore_Event_Joystick Ecore_Event_Joystick |
typedef enum _Ecore_Event_Joystick_Axis Ecore_Event_Joystick_Axis |
typedef enum _Ecore_Event_Joystick_Button Ecore_Event_Joystick_Button |
typedef enum _Ecore_Event_Joystick_Event Ecore_Event_Joystick_Event_Type |
An enum of modifier events.
An enum of press events.
enum _Ecore_Axis_Label |
Ecore_Compose_State ecore_compose_get | ( | const Eina_List * | seq, |
char ** | seqstr_ret | ||
) |
Handles a sequence of key symbols to make a final compose string.
The final compose string seqstr_ret is allocated in this function and thus shall be freed when not needed anymore.
seq | The sequence of key symbols in a Eina_List. |
seqstr_ret | The final compose string. |
int ecore_event_init | ( | void | ) |
Initializes the Ecore Event system.
unsigned int ecore_event_modifier_mask | ( | Ecore_Event_Modifier | modifier | ) |
Returns the Ecore modifier event integer associated to a Ecore_Event_Modifier modifier event.
modifier | A Ecore_Event_Modifier event. |
int ecore_event_shutdown | ( | void | ) |
Shutdowns the Ecore Event system.
Ecore_Event_Modifier ecore_event_update_modifier | ( | const char * | key, |
Ecore_Event_Modifiers * | modifiers, | ||
int | inc | ||
) |
Update a Ecore_Event_Modifiers array with "key" modifier.
key | A string describing a modifier key. |
modifiers | A Ecore_Event_Modifiers structure. |
inc | The value to increment in the modifiers array. |
int ecore_input_joystick_event_axis_deadzone_get | ( | void | ) |
Get deadzone of joystick event for an axis.
void ecore_input_joystick_event_axis_deadzone_set | ( | int | event_axis_deadzone | ) |
Set deadzone of joystick event for an axis.
The axis type joystick event occurs without user's control if joystick is too sensitive. The deadzone prevents unnecessary events. The default value is 200. The event value for an axis is a signed integer between -32767 and +32767.
event_axis_deadzone | The joystick event axis deadzone. |
EINA_DEPRECATED int ecore_input_joystick_init | ( | void | ) |
Initializes the Ecore Input Joystick system. ecore_event_init calls this by default.
const char* ecore_input_joystick_name_get | ( | int | index | ) |
Get name of joystick
This function returns the name string of the joysitck. If index
does not exist, or on error, this function returns NULL.
index | The index of joystick. |
EINA_DEPRECATED int ecore_input_joystick_shutdown | ( | void | ) |
Shutdowns the Ecore Input Joystick system. ecore_event_shutdown calls this by default.