Send a user command to SDLActivity.
Defined in SDL_system.h
int SDL_AndroidSendMessage(Uint32 command, int param);
Uint32 | command | user command that must be greater or equal to 0x8000. |
int | param | user parameter. |
Override "boolean onUnhandledMessage(Message msg)" to handle the message.
This function is available since SDL 2.0.22.