mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Updated to version 2.27.0 for development
This commit is contained in:
parent
0bfeed061b
commit
ea8f8b6dc3
10 changed files with 21 additions and 21 deletions
|
|
@ -60,7 +60,7 @@ import java.util.Locale;
|
|||
public class SDLActivity extends Activity implements View.OnSystemUiVisibilityChangeListener {
|
||||
private static final String TAG = "SDL";
|
||||
private static final int SDL_MAJOR_VERSION = 2;
|
||||
private static final int SDL_MINOR_VERSION = 26;
|
||||
private static final int SDL_MINOR_VERSION = 27;
|
||||
private static final int SDL_MICRO_VERSION = 0;
|
||||
/*
|
||||
// Display InputType.SOURCE/CLASS of events and devices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue