mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-04 17:54:35 +00:00
Sync wiki -> header
This commit is contained in:
@@ -426,8 +426,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_AndroidRequestPermission(const char *permis
|
|||||||
extern DECLSPEC int SDLCALL SDL_AndroidShowToast(const char* message, int duration, int gravity, int xoffset, int yoffset);
|
extern DECLSPEC int SDLCALL SDL_AndroidShowToast(const char* message, int duration, int gravity, int xoffset, int yoffset);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send a user command to SDLActivity. Override "boolean
|
* Send a user command to SDLActivity.
|
||||||
* onUnhandledMessage(Message msg)" to handle the message.
|
*
|
||||||
|
* Override "boolean onUnhandledMessage(Message msg)" to handle the message.
|
||||||
*
|
*
|
||||||
* \param command user command that must be greater or equal to 0x8000
|
* \param command user command that must be greater or equal to 0x8000
|
||||||
* \param param user parameter
|
* \param param user parameter
|
||||||
|
|||||||
Reference in New Issue
Block a user