mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -2391,10 +2391,10 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* Request SDL_AppIterate() be called at a specific rate.
|
* Request SDL_AppIterate() be called at a specific rate.
|
||||||
*
|
*
|
||||||
* If this is set to a number, it represents Hz, so "60" means try to
|
* If this is set to a number, it represents Hz, so "60" means try to iterate
|
||||||
* iterate 60 times per second. "0" means to iterate as fast as possible.
|
* 60 times per second. "0" means to iterate as fast as possible. Negative
|
||||||
* Negative values are illegal, but reserved, in case they are useful in
|
* values are illegal, but reserved, in case they are useful in a future
|
||||||
* a future revision of SDL.
|
* revision of SDL.
|
||||||
*
|
*
|
||||||
* There are other strings that have special meaning. If set to "waitevent",
|
* There are other strings that have special meaning. If set to "waitevent",
|
||||||
* SDL_AppIterate will not be called until new event(s) have arrived (and been
|
* SDL_AppIterate will not be called until new event(s) have arrived (and been
|
||||||
|
Reference in New Issue
Block a user