SDL: fixed on-screen key layout customization dialog in SDL settings

This commit is contained in:
Sergii Pylypenko
2019-02-06 23:19:39 +02:00
parent 1f32270a80
commit d431337433
20 changed files with 92 additions and 62 deletions

View File

@@ -1003,7 +1003,7 @@ class DemoRenderer extends GLSurfaceView_SDL.Renderer
private native void nativeInitJavaCallbacks();
private native void nativeInit(String CurrentPath, String CommandLine, int multiThreadedVideo, int unused);
private native void nativeResize(int w, int h, int keepAspectRatio);
public static native void nativeResize(int w, int h, int keepAspectRatio);
private native void nativeDone();
private native void nativeGlContextLost();
public native void nativeGlContextRecreated();