Fix function comment

This commit is contained in:
Sylvain 2022-02-01 11:35:26 +01:00
parent d224a63bda
commit d46cc18afc
No known key found for this signature in database
GPG Key ID: 5F87E02E5BC0939E
1 changed files with 2 additions and 2 deletions

View File

@ -426,8 +426,8 @@ 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. 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