Ecore_Sdl.h File Reference
Ecore SDL system functions. More...
Data Structures | |
| struct | _Ecore_Sdl_Event_Key_Down |
| SDL Key Down event. More... | |
| struct | _Ecore_Sdl_Event_Key_Up |
| SDL Key Up event. More... | |
| struct | _Ecore_Sdl_Event_Mouse_Button_Down |
| SDL Mouse Down event. More... | |
| struct | _Ecore_Sdl_Event_Mouse_Button_Up |
| SDL Mouse Up event. More... | |
| struct | _Ecore_Sdl_Event_Mouse_Move |
| SDL Mouse Move event. More... | |
| struct | _Ecore_Sdl_Event_Mouse_Wheel |
| SDL Mouse Wheel event. More... | |
| struct | _Ecore_Sdl_Event_Video_Resize |
Typedefs | |
|
typedef struct _Ecore_Sdl_Event_Key_Down | Ecore_Sdl_Event_Key_Down |
|
typedef struct _Ecore_Sdl_Event_Key_Up | Ecore_Sdl_Event_Key_Up |
|
typedef struct _Ecore_Sdl_Event_Mouse_Button_Down | Ecore_Sdl_Event_Mouse_Button_Down |
|
typedef struct _Ecore_Sdl_Event_Mouse_Button_Up | Ecore_Sdl_Event_Mouse_Button_Up |
|
typedef struct _Ecore_Sdl_Event_Mouse_Move | Ecore_Sdl_Event_Mouse_Move |
|
typedef struct _Ecore_Sdl_Event_Mouse_Wheel | Ecore_Sdl_Event_Mouse_Wheel |
|
typedef struct _Ecore_Sdl_Event_Video_Resize | Ecore_Sdl_Event_Video_Resize |
Functions | |
| int | ecore_sdl_init (const char *name) |
| int | ecore_sdl_shutdown (void) |
| Shuts down the Ecore_Sdl library. | |
| void | ecore_sdl_feed_events (void) |
Variables | |
| int | ECORE_SDL_EVENT_GOT_FOCUS |
| int | ECORE_SDL_EVENT_LOST_FOCUS |
| int | ECORE_SDL_EVENT_RESIZE |
| int | ECORE_SDL_EVENT_EXPOSE |
Detailed Description
Ecore SDL system functions.
Function Documentation
| int ecore_sdl_shutdown | ( | void | ) |
Shuts down the Ecore_Sdl library.
- Returns
Thenumber of times the system has been initialised without being shut down.
References eina_log_domain_unregister().
