Callback that presents SDL_RequestOpenHarmonyPermission() results.
Defined in <SDL3/SDL_system.h>
typedef void (SDLCALL *SDL_RequestOpenHarmonyPermissionCallback)(void *userdata, const char *permission, bool granted);| userdata | an app-controlled pointer that is passed to the callback. |
| permission | the OpenHarmony-specific permission name that was requested. |
| granted | true if permission is granted, false if denied. |
This datatype is available since SDL 3.6.0.