Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -548,10 +548,10 @@ typedef void (SDLCALL *SDL_RequestAndroidPermissionCallback)(void *userdata, con
|
|||||||
* specific entitlement, the callback will still fire, probably on the current
|
* specific entitlement, the callback will still fire, probably on the current
|
||||||
* thread and before this function returns.
|
* thread and before this function returns.
|
||||||
*
|
*
|
||||||
* If the request submission fails, this function returns -1 and the callback
|
* If the request submission fails, this function returns false and the
|
||||||
* will NOT be called, but this should only happen in catastrophic conditions,
|
* callback will NOT be called, but this should only happen in catastrophic
|
||||||
* like memory running out. Normally there will be a yes or no to the request
|
* conditions, like memory running out. Normally there will be a yes or no to
|
||||||
* through the callback.
|
* the request through the callback.
|
||||||
*
|
*
|
||||||
* For the `permission` parameter, choose a value from here:
|
* For the `permission` parameter, choose a value from here:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user