Send a user command to SDLActivity.
Defined in <SDL3/SDL_system.h>
bool SDL_SendAndroidMessage(Uint32 command, int param);
Uint32 | command | user command that must be greater or equal to 0x8000. |
int | param | user parameter. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
Override "boolean onUnhandledMessage(Message msg)" to handle the message.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.