Send a user command to SDLActivity.
Defined in <SDL3/SDL_system.h>
int param); SDL_bool SDL_SendAndroidMessage(Uint32 command,
Uint32 | command | user command that must be greater or equal to 0x8000. |
int | param | user parameter. |
(SDL_bool) Returns SDL_TRUE on success or SDL_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.0.0.