Results 1 - 9 of 9 results out of about 6839 pages. (3.40 seconds)
- SDL_PeepEvents . . . 4 matches
- ...|<tablewidth="100%"style="color: rgb(255, 0, 0); text-align: center;">DRAFT ||
= SDL_PeepEvents =
Use this function to check the event queue for messages and optionally return th...
- SDL_Event . . . 3 matches
- ...
Reading events from the event queue is done with either [[SDL_PollEvent]]() or [[SDL_PeepEvents]](). We'll use [[SDL_PollEvent]]() and step through an example.
First off, we cre...
- SDL_SetEventFilter . . . 2 matches
- ...t]]() get passed through the event filter, but events pushed onto the queue with [[SDL_PeepEvents]]() do not.
== Related Functions ==
.[[SDL_AddEventWatch]]
.[[SDL_EventState]]
...
- SDL_PushEvent . . . 2 matches
- ...th [[SDL_PushEvent]]() get passed through the event filter but events added with [[SDL_PeepEvents]]() do not.
For pushing application-specific events, please use [[SDL_RegisterEve...
- SDL_QuitRequested . . . 1 match
- ... Remarks ==
This is actually a macro that calls [[SDL_PumpEvents]]() followed by [[SDL_PeepEvents]](). Since it pumps the event queue, it can only be used in the main thread.
It's...
- SDL_PollEvent . . . 1 match
- ...ng on an event to be posted.
== Related Functions ==
.[[SDL_GetEventFilter]]
.[[SDL_PeepEvents]]
.[[SDL_PushEvent]]
.[[SDL_SetEventFilter]]
.[[SDL_WaitEvent]]
.[[SDL_WaitEve...
- SDL_AddEventWatch . . . 1 match
- ...ack set with [[SDL_SetEventFilter]](), nor for events posted by the user through [[SDL_PeepEvents]]().
== Related Functions ==
.[[SDL_DelEventWatch]]
.[[SDL_SetEventFilter]]
--...
- CategoryEvents . . . 1 match
- ...ting to be handled in an event queue. Using functions like [[SDL_PollEvent]](), [[SDL_PeepEvents]]() and [[SDL_WaitEvent]]() you can observe and handle waiting input events.
The ...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
