OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_USEREVENT
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h
77
/** Events
SDL_USEREVENT
through SDL_MAXEVENTS-1 are for your use */
78
SDL_USEREVENT
= 24,
211
typedef struct
SDL_UserEvent
{
212
Uint8 type; /**<
SDL_USEREVENT
through SDL_NUMEVENTS-1 */
216
}
SDL_UserEvent
;
240
SDL_UserEvent
user;
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h
77
/** Events
SDL_USEREVENT
through SDL_MAXEVENTS-1 are for your use */
78
SDL_USEREVENT
= 24,
211
typedef struct
SDL_UserEvent
{
212
Uint8 type; /**<
SDL_USEREVENT
through SDL_NUMEVENTS-1 */
216
}
SDL_UserEvent
;
240
SDL_UserEvent
user;
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h
77
/** Events
SDL_USEREVENT
through SDL_MAXEVENTS-1 are for your use */
78
SDL_USEREVENT
= 24,
211
typedef struct
SDL_UserEvent
{
212
Uint8 type; /**<
SDL_USEREVENT
through SDL_NUMEVENTS-1 */
216
}
SDL_UserEvent
;
240
SDL_UserEvent
user;
/prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h
77
/** Events
SDL_USEREVENT
through SDL_MAXEVENTS-1 are for your use */
78
SDL_USEREVENT
= 24,
211
typedef struct
SDL_UserEvent
{
212
Uint8 type; /**<
SDL_USEREVENT
through SDL_NUMEVENTS-1 */
216
}
SDL_UserEvent
;
240
SDL_UserEvent
user;
Completed in 76 milliseconds