Ecore_Sdl.h

Langue: en

Autres versions - même langue

Version: 375977 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Ecore_Sdl.h -

Ecore SDL system functions.

SYNOPSIS


Data Structures


struct _Ecore_Sdl_Event_Key_Down
SDL Key Down event.
struct _Ecore_Sdl_Event_Key_Up
SDL Key Up event.
struct _Ecore_Sdl_Event_Mouse_Button_Down
SDL Mouse Down event.
struct _Ecore_Sdl_Event_Mouse_Button_Up
SDL Mouse Up event.
struct _Ecore_Sdl_Event_Mouse_Move
SDL Mouse Move event.
struct _Ecore_Sdl_Event_Mouse_Wheel
SDL Mouse Wheel event.

Functions


EAPI int ecore_sdl_shutdown (void)
Shuts down the Ecore_Sdl library.

Variables


EAPI int ECORE_SDL_EVENT_KEY_DOWN
SDL Key Down event.
EAPI int ECORE_SDL_EVENT_KEY_UP
SDL Key Up event.
EAPI int ECORE_SDL_EVENT_MOUSE_BUTTON_DOWN
SDL Mouse Down event.
EAPI int ECORE_SDL_EVENT_MOUSE_BUTTON_UP
SDL Mouse Up event.
EAPI int ECORE_SDL_EVENT_MOUSE_MOVE
SDL Mouse Move event.
EAPI int ECORE_SDL_EVENT_MOUSE_WHEEL
SDL Mouse Wheel event.
EAPI int ECORE_SDL_EVENT_GOT_FOCUS
SDL Mouse Wheel event.
EAPI int ECORE_SDL_EVENT_LOST_FOCUS
SDL Mouse Wheel event.

Detailed Description

Ecore SDL system functions.

Function Documentation

EAPI int ecore_sdl_shutdown (void)

Shuts down the Ecore_Sdl library. Returns:

The number of times the system has been initialised without being shut down.

Author

Generated automatically by Doxygen for Ecore from the source code.