SDL_SendAndroidMessage

Send a user command to SDLActivity.

Override "boolean onUnhandledMessage(Message msg)" to handle the message.

version(Android)
extern (C) nothrow @nogc extern
bool
SDL_SendAndroidMessage
(
Uint32 command
,
int param
)

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

Threadsafety: It is safe to call this function from any thread.

Meta