OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_UserEvent
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testmessage.c
67
SDL_UserEvent
event;
78
SDL_UserEvent
event;
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h
140
/** Events ::
SDL_USEREVENT
through ::SDL_LASTEVENT are for your use,
143
SDL_USEREVENT
= 0x8000,
468
typedef struct
SDL_UserEvent
470
Uint32 type; /**< ::
SDL_USEREVENT
through ::SDL_LASTEVENT-1 */
476
}
SDL_UserEvent
;
518
SDL_UserEvent
user; /**< Custom event data */
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h
140
/** Events ::
SDL_USEREVENT
through ::SDL_LASTEVENT are for your use,
143
SDL_USEREVENT
= 0x8000,
468
typedef struct
SDL_UserEvent
470
Uint32 type; /**< ::
SDL_USEREVENT
through ::SDL_LASTEVENT-1 */
476
}
SDL_UserEvent
;
518
SDL_UserEvent
user; /**< Custom event data */
/prebuilts/misc/windows/sdl2/include/
SDL_events.h
140
/** Events ::
SDL_USEREVENT
through ::SDL_LASTEVENT are for your use,
143
SDL_USEREVENT
= 0x8000,
468
typedef struct
SDL_UserEvent
470
Uint32 type; /**< ::
SDL_USEREVENT
through ::SDL_LASTEVENT-1 */
476
}
SDL_UserEvent
;
518
SDL_UserEvent
user; /**< Custom event data */
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h
140
/** Events ::
SDL_USEREVENT
through ::SDL_LASTEVENT are for your use,
143
SDL_USEREVENT
= 0x8000,
468
typedef struct
SDL_UserEvent
470
Uint32 type; /**< ::
SDL_USEREVENT
through ::SDL_LASTEVENT-1 */
476
}
SDL_UserEvent
;
518
SDL_UserEvent
user; /**< Custom event data */
Completed in 36 milliseconds