Wiki Page Content

Results 1 - 12 of 12 results out of about 6838 pages. (3.76 seconds)

SDL_PushEvent . . . 6 matches
... = SDL_PushEvent = Use this function to add an event to the event queue. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_PushEvent(SDL_Event* event) }}} == Funct...

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

SDL_UserEvent . . . 3 matches
...event_code; event.user.data1 = significant_data; event.user.data2 = 0; SDL_PushEvent(&event); } }}} == Remarks == [[SDL_UserEvent]] is in the '''user''' member of the...

1.4k - rev: 16 (current) last modified: 2015-10-29 21:58:30

SDL_Event . . . 3 matches
... events onto the event queue and so use it as a two-way communication path. Both [[SDL_PushEvent]]() and [[SDL_PeepEvents]]() allow you to place events onto the event queue. This ...

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

SDL_SetEventFilter . . . 2 matches
...ld use [[SDL_AddEventWatch]]() instead. Note: Events pushed onto the queue with [[SDL_PushEvent]]() get passed through the event filter, but events pushed onto the queue with [[S...

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

SDL_RegisterEvents . . . 1 match
...FFFFFF), but is clearer to write. == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_PushEvent]] ---- [[CategoryAPI]], [[CategoryEvents]]...

0.9k - rev: 6 (current) last modified: 2016-11-28 21:44:50

SDL_PollEvent . . . 1 match
...posted. == Related Functions == .[[SDL_GetEventFilter]] .[[SDL_PeepEvents]] .[[SDL_PushEvent]] .[[SDL_SetEventFilter]] .[[SDL_WaitEvent]] .[[SDL_WaitEventTimeout]] ---- [[...

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

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

SDL_AddEventWatch . . . 1 match
... event poll. Note: the callback is called for events posted by the user through [[SDL_PushEvent]](), but not for disabled events, nor for events by a filter callback set with [[S...

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

MigrationGuide . . . 1 match
...SetRelativeMouseMode(SDL_TRUE); }}} ...and SDL does the rest. === Events === [[SDL_PushEvent]]() now returns `1` on success instead of `0`. Events mask are now specified usin...

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

GuiaDeMigracion . . . 1 match
...elativeMouseMode(SDL_TRUE); }}} ... y SDL se ocupa del resto. === Eventos === [[SDL_PushEvent]]() ahora retorna 1 en caso de éxito en vez de 0. Las máscaras de evento ahora se...

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

CategoryEvents . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = Event Handling = '''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL...

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