Updated names of README files in source comments.
This commit is contained in:
parent
f54e7cdaa8
commit
ad82c94c55
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
then replace "SDLActivity" with the name of your class (e.g. "MyGame")
|
then replace "SDLActivity" with the name of your class (e.g. "MyGame")
|
||||||
in the XML below.
|
in the XML below.
|
||||||
|
|
||||||
An example Java class can be found in README.android
|
An example Java class can be found in README-android.txt
|
||||||
-->
|
-->
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
|
|
|
@ -59,7 +59,7 @@ typedef enum
|
||||||
/* Application events */
|
/* Application events */
|
||||||
SDL_QUIT = 0x100, /**< User-requested quit */
|
SDL_QUIT = 0x100, /**< User-requested quit */
|
||||||
|
|
||||||
/* These application events have special meaning on iOS, see README.iOS for details */
|
/* These application events have special meaning on iOS, see README-ios.txt for details */
|
||||||
SDL_APP_TERMINATING, /**< The application is being terminated by the OS
|
SDL_APP_TERMINATING, /**< The application is being terminated by the OS
|
||||||
Called on iOS in applicationWillTerminate()
|
Called on iOS in applicationWillTerminate()
|
||||||
Called on Android in onDestroy()
|
Called on Android in onDestroy()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue