|
@@ -179,7 +179,15 @@ extern DECLSPEC int SDLCALL SDL_LinuxSetThreadPriorityAndPolicy(Sint64 threadID,
|
|
|
* This function is only available on Apple iOS.
|
|
|
*
|
|
|
* For more information see:
|
|
|
- * https://github.com/libsdl-org/SDL/blob/main/docs/README-ios.md
|
|
|
+ *
|
|
|
+ * https://wiki.libsdl.org/SDL3/README/ios
|
|
|
+ *
|
|
|
+ * Note that if you use the "main callbacks" instead of a standard C `main`
|
|
|
+ * function, you don't have to use this API, as SDL will manage this for you.
|
|
|
+ *
|
|
|
+ * Details on main callbacks are here:
|
|
|
+ *
|
|
|
+ * https://wiki.libsdl.org/SDL3/README/main-functions
|
|
|
*
|
|
|
* \param window the window for which the animation callback should be set
|
|
|
* \param interval the number of frames after which **callback** will be
|