Results 1 - 3 of 3 results out of about 6838 pages. (4.03 seconds)
- SDL_TICKS_PASSED . . . 3 matches
- ...highlight cpp
/* if you want to wait 100 ms, you could do this: */
Uint32 timeout = SDL_GetTicks() + 100;
while (!SDL_TICKS_PASSED(SDL_GetTicks(), timeout)) {
/* ... do work un...
- CategoryTimer . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Timer Support =
'''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...
