(long window, float x, float y)
| 11 | public static native void requestRedraw(long window); |
| 12 | public static native String getOuterPosition(long window); |
| 13 | public static native void setOuterPosition(long window, float x, float y); |
| 14 | public static native void destroyWindow(long window); |
| 15 | public static native void stopApplication(); |
| 16 |