Send a user command to SDLActivity.
int SDL_AndroidSendMessage(Uint32 command, int param);
command | user command that must be greater or equal to 0x8000 |
param | user parameter |
Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
Override "boolean onUnhandledMessage(Message msg)" to handle the message.
This function is available since SDL 3.0.0.