···23912391/**
23922392 * Request SDL_AppIterate() be called at a specific rate.
23932393 *
23942394- * If this is set to a number, it represents Hz, so "60" means try to
23952395- * iterate 60 times per second. "0" means to iterate as fast as possible.
23962396- * Negative values are illegal, but reserved, in case they are useful in
23972397- * a future revision of SDL.
23942394+ * If this is set to a number, it represents Hz, so "60" means try to iterate
23952395+ * 60 times per second. "0" means to iterate as fast as possible. Negative
23962396+ * values are illegal, but reserved, in case they are useful in a future
23972397+ * revision of SDL.
23982398 *
23992399 * There are other strings that have special meaning. If set to "waitevent",
24002400 * SDL_AppIterate will not be called until new event(s) have arrived (and been