|
|
|
@ -61,7 +61,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh |
|
|
|
private static final String TAG = "SDL"; |
|
|
|
private static final String TAG = "SDL"; |
|
|
|
private static final int SDL_MAJOR_VERSION = 2; |
|
|
|
private static final int SDL_MAJOR_VERSION = 2; |
|
|
|
private static final int SDL_MINOR_VERSION = 30; |
|
|
|
private static final int SDL_MINOR_VERSION = 30; |
|
|
|
private static final int SDL_MICRO_VERSION = 10; |
|
|
|
private static final int SDL_MICRO_VERSION = 12; |
|
|
|
/* |
|
|
|
/* |
|
|
|
// Display InputType.SOURCE/CLASS of events and devices
|
|
|
|
// Display InputType.SOURCE/CLASS of events and devices
|
|
|
|
//
|
|
|
|
//
|
|
|
|
@ -311,7 +311,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh |
|
|
|
mNextNativeState = NativeState.INIT; |
|
|
|
mNextNativeState = NativeState.INIT; |
|
|
|
mCurrentNativeState = NativeState.INIT; |
|
|
|
mCurrentNativeState = NativeState.INIT; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected SDLSurface createSDLSurface(Context context) { |
|
|
|
protected SDLSurface createSDLSurface(Context context) { |
|
|
|
return new SDLSurface(context); |
|
|
|
return new SDLSurface(context); |
|
|
|
} |
|
|
|
} |
|
|
|
|