Send a user command to SDLActivity.
Defined in <SDL3/SDL_system.h>
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.
It is safe to call this function from any thread.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryAPIFunction, CategorySystem, CategoryAndroid