mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-22 07:37:56 +01:00
Fixed documentation in source for Android.
This commit is contained in:
parent
34a85f4de6
commit
85bed09561
@ -37,6 +37,8 @@ public class SDLActivity extends Activity {
|
|||||||
// Keep track of the paused state
|
// Keep track of the paused state
|
||||||
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus;
|
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus;
|
||||||
public static boolean mExitCalledFromJava;
|
public static boolean mExitCalledFromJava;
|
||||||
|
|
||||||
|
/** If shared libraries (e.g. SDL or the native application) could not be loaded. */
|
||||||
public static boolean mBrokenLibraries;
|
public static boolean mBrokenLibraries;
|
||||||
|
|
||||||
// Main components
|
// Main components
|
||||||
|
Loading…
Reference in New Issue
Block a user