Wiki Page Content

Results 1 - 13 of 13 results out of about 6837 pages. (4.27 seconds)

SDL_PollEvent . . . 5 matches
... = SDL_PollEvent = Use this function to poll for currently pending events. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_PollEvent(SDL_Event* event) }}} == Fun...

1.5k - rev: 17 (current) last modified: 2018-10-30 06:19:43

SDL_Event . . . 7 matches
...om the event queue'''+~ Reading events from the event queue is done with either [[SDL_PollEvent]]() or [[SDL_PeepEvents]](). We'll use [[SDL_PollEvent]]() and step through an exa...

7.8k - rev: 43 (current) last modified: 2018-09-29 22:14:59

SDL_EventType . . . 3 matches
...ding internal arrays|| == Code Examples == {{{#!highlight cpp SDL_Event e; while (SDL_PollEvent(&e)) { if (e.type == SDL_KEYDOWN) { SDL_Log("User just pressed down a ...

8.3k - rev: 47 (current) last modified: 2016-10-13 20:32:06

SDL_PumpEvents . . . 2 matches
.... Often the need for calls to [[SDL_PumpEvents]]() is hidden from the user since [[SDL_PollEvent]]() and [[SDL_WaitEvent]]() implicitly call [[SDL_PumpEvents]](). However, if you ...

1.2k - rev: 5 (current) last modified: 2015-10-29 21:50:22

CategoryEvents . . . 2 matches
...es all the events waiting to be handled in an event queue. Using functions like [[SDL_PollEvent]](), [[SDL_PeepEvents]]() and [[SDL_WaitEvent]]() you can observe and handle waiti...

1.3k - rev: 15 (current) last modified: 2014-03-10 18:53:46

SDL_WaitEventTimeout . . . 1 match
...n in the thread that initialized the video subsystem. == Related Functions == .[[SDL_PollEvent]] .[[SDL_PumpEvents]] .[[SDL_WaitEvent]] ---- [[CategoryAPI]], [[CategoryEvents...

1.2k - rev: 11 (current) last modified: 2015-04-26 18:51:25

SDL_WaitEvent . . . 1 match
...n in the thread that initialized the video subsystem. == Related Functions == .[[SDL_PollEvent]] .[[SDL_PumpEvents]] .[[SDL_WaitEventTimeout]] ---- [[CategoryAPI]], [[Categor...

1.0k - rev: 13 (current) last modified: 2015-04-26 18:50:55

SDL_QuitRequested . . . 1 match
...T in their event loop, too, without using this macro. == Related Functions == .[[SDL_PollEvent]] .[[SDL_PumpEvents]] .[[SDL_WaitEvent]] ---- [[CategoryAPI]], [[CategoryEvents...

0.8k - rev: 6 (current) last modified: 2015-04-26 19:08:07

SDL_PushEvent . . . 1 match
...de that also wants its own custom event types. == Related Functions == .[[SDL_PeepEvents]] .[[SDL_PollEvent]] .[[SDL_RegisterEvents]] ---- [[CategoryAPI]], [[CategoryEvents]]...

1.7k - rev: 13 (current) last modified: 2015-07-31 19:27:19

SDL_PeepEvents . . . 1 match
...y to be filtered when you call [[SDL_PeepEvents]](). == Related Functions == . [[SDL_PollEvent]] . [[SDL_PumpEvents]] . [[SDL_PushEvent]] ---- [[CategoryAPI]], CategoryEvents...

2.2k - rev: 15 (current) last modified: 2015-04-26 19:50:04

MigrationGuide . . . 1 match
...er to catch them as soon as the OS reports them, because waiting until your next [[SDL_PollEvent]]() loop will be too late. For example, there's SDL_APP_WILLENTERBACKGROUND, whic...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

GuiaDeMigracion . . . 1 match
... tan pronto como el SO los reporte, porque si esperas hasta la próxima llamada a [[SDL_PollEvent]]() ya será demasiado tarde. Por ejemplo: tenemos `SDL_APP_WILLENTERBACKGROUND`, ...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit