Forráskód Böngészése

Fix function comment

Sylvain 3 éve
szülő
commit
d46cc18afc
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      include/SDL_system.h

+ 2 - 2
include/SDL_system.h

@@ -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
- * onUnhandledMessage(Message msg)" to handle the message
+ * Send a user command to SDLActivity. 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