Sync wiki -> header
This commit is contained in:
parent
fe2ed6cf6f
commit
61b6a2cad4
|
@ -426,11 +426,13 @@ 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
|
* Send a user command to SDLActivity override "boolean
|
||||||
* override "boolean onUnhandledMessage(Message msg)" to handle the message
|
* 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
|
||||||
|
*
|
||||||
|
* \since This function is available since SDL 2.0.22.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_AndroidSendMessage(Uint32 command, int param);
|
extern DECLSPEC int SDLCALL SDL_AndroidSendMessage(Uint32 command, int param);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue