Send a user command to SDLActivity.
<syntaxhighlight lang="c"> int SDL_AndroidSendMessage(Uint32 command, int param); </syntaxhighlight>
command | user command that must be greater or equal to 0x8000 |
param | user parameter |
Override "boolean onUnhandledMessage(Message msg)" to handle the message.
This function is available since SDL 2.0.22.
CategoryAPI