Results 1 - 9 of 9 results out of about 6839 pages. (3.85 seconds)
- SDL_WaitEventTimeout . . . 4 matches
- ...
= SDL_WaitEventTimeout =
Use this function to wait until the specified timeout (in milliseconds) for the next available event.
<<TableOfContents()>>
== Syntax ==
{{{#!highligh...
- SDL_WaitEvent . . . 4 matches
- ...
= SDL_WaitEvent =
Use this function to wait indefinitely for the next available event.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_WaitEvent(SDL_Event* event...
- SDL_HINT_EMSCRIPTEN_ASYNCIFY . . . 3 matches
- ...
* using [[SDL_Delay]],
* polling events (through SDL_Delay), hence supporting [[SDL_WaitEvent]]
The SDL application hence can be ported to the web browser without any code cha...
- SDL_PumpEvents . . . 2 matches
- ...ls to [[SDL_PumpEvents]]() is hidden from the user since [[SDL_PollEvent]]() and [[SDL_WaitEvent]]() implicitly call [[SDL_PumpEvents]](). However, if you are not polling or waiti...
- SDL_PollEvent . . . 2 matches
- ... .[[SDL_GetEventFilter]]
.[[SDL_PeepEvents]]
.[[SDL_PushEvent]]
.[[SDL_SetEventFilter]]
.[[SDL_WaitEvent]]
.[[SDL_WaitEventTimeout]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- SDL_Event . . . 2 matches
- ...
== Related Functions ==
.[[SDL_PeepEvents]]
.[[SDL_PollEvent]]
.[[SDL_PushEvent]]
.[[SDL_WaitEvent]]
.[[SDL_WaitEventTimeout]]
----
[[CategoryStruct]], [[CategoryEvents]]...
- SDL_QuitRequested . . . 1 match
- ...in their event loop, too, without using this macro.
== Related Functions ==
.[[SDL_PollEvent]]
.[[SDL_PumpEvents]]
.[[SDL_WaitEvent]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- CategoryEvents . . . 1 match
- ...event queue. Using functions like [[SDL_PollEvent]](), [[SDL_PeepEvents]]() and [[SDL_WaitEvent]]() you can observe and handle waiting input events.
The event queue itself is co...
- 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...
