Results 1 - 9 of 9 results out of about 6838 pages. (3.77 seconds)
- SDL_AddEventWatch . . . 4 matches
- ...
= SDL_AddEventWatch =
Use this function to add a callback to be triggered when an event is added to the event queue.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void...
- SGFunctions . . . 7 matches
- ...||
||''Note'': Callback functions do not get their own pages.||
||''Example'': [[SDL_AddEventWatch]](), [[SDL_AddTimer]]()||
''Example'': {{{{
{{{#!highlight cpp
1 sp...
- SGStructures . . . 5 matches
- ...''' but may have other names.||
||''Example'': [[SDL_LogSetOutputFunction]](), [[SDL_AddEventWatch]](), [[SDL_CreateThread]](), [[SDL_SetAssertionHandler]]()||
||<( |4 30%>For the...
- SDL_DelEventWatch . . . 5 matches
- ...DelEventWatch =
Use this function to remove an event watch callback added with [[SDL_AddEventWatch]]().
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_DelEventWa...
- SDL_SetEventFilter . . . 3 matches
- ...can add your code example here
}}}
== Remarks ==
##The following is included on SDL_AddEventWatch and SDL_DelEventWatch. Any changes between these comments will be reflected on ...
- SGRemarks . . . 1 match
- ...Guide.
''Note'': Callback functions do not get their own pages.
''Example'': [[SDL_AddEventWatch]](), [[SDL_AddTimer]]()
~-[[#ToC|Return to Table of Contents]]-~
=== Using an ...
- SDL_HINT_WINRT_HANDLE_BACK_BUTTON . . . 1 match
- ...en a back button is pressed, SDL apps should register a callback function with [[SDL_AddEventWatch]](), and have it listen
for SDL_KEYDOWN events that have a scancode of SDL_SCANC...
- 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...
- 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...
