mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
docs: Added some notes about iOS and the main callbacks.
This commit is contained in:
@@ -117,6 +117,9 @@ e.g.
|
||||
}
|
||||
|
||||
|
||||
Note that if you are using main callbacks instead of a standard C main() function, your SDL_AppEvent() callback will run as these events arrive and you do not need to use SDL_SetEventFilter.
|
||||
|
||||
|
||||
Notes -- Accelerometer as Joystick
|
||||
==============================================================================
|
||||
|
||||
@@ -255,6 +258,9 @@ e.g.
|
||||
}
|
||||
|
||||
|
||||
Note that if you are using main callbacks instead of a standard C main() function, your SDL_AppIterate() callback is already doing this and you don't need to use SDL_iOSSetAnimationCallback.
|
||||
|
||||
|
||||
Deploying to older versions of iOS
|
||||
==============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user