Wiki Page Content

Results 1 - 9 of 9 results out of about 6837 pages. (3.75 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...

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

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

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

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

2.2k - rev: 29 (current) last modified: 2017-08-11 17:54:24

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

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

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

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

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

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

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

1.6k - rev: 13 (current) last modified: 2015-10-29 22:15:12

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

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

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