SDL
2.0
|
Static Public Member Functions | |
static void | setupJNI () |
static void | initialize () |
static void | setContext (Context context) |
static Context | getContext () |
static void | loadLibrary (String libraryName) throws UnsatisfiedLinkError, SecurityException, NullPointerException |
Static Protected Attributes | |
static Context | mContext |
|
inlinestatic |
Definition at line 34 of file SDL.java.
References org.libsdl.app.SDL.mContext.
Referenced by org.libsdl.app.SDLActivity.getContentView(), org.libsdl.app.SDLActivity.getContext(), org.libsdl.app.SDLActivity.SDLCommandHandler.handleMessage(), org.libsdl.app.SDLControllerManager.isDeviceSDLJoystick(), org.libsdl.app.SDLActivity.isScreenKeyboardShown(), org.libsdl.app.SDLActivity.openAPKExpansionInputStream(), and org.libsdl.app.SDLActivity.setSystemCursor().
|
inlinestatic |
Definition at line 21 of file SDL.java.
References org.libsdl.app.SDLAudioManager.initialize(), org.libsdl.app.SDLControllerManager.initialize(), org.libsdl.app.SDLActivity.initialize(), and org.libsdl.app.SDL.setContext().
Referenced by org.libsdl.app.SDLActivity.onCreate().
|
inlinestatic |
Definition at line 38 of file SDL.java.
References e, and org.libsdl.app.SDL.mContext.
Referenced by org.libsdl.app.HIDDeviceManager.HIDDeviceManager(), and org.libsdl.app.SDLActivity.loadLibraries().
|
inlinestatic |
Definition at line 30 of file SDL.java.
References context, and org.libsdl.app.SDL.mContext.
Referenced by org.libsdl.app.SDL.initialize(), and org.libsdl.app.SDLActivity.onCreate().
|
inlinestatic |
Definition at line 14 of file SDL.java.
References org.libsdl.app.SDLControllerManager.nativeSetupJNI(), org.libsdl.app.SDLAudioManager.nativeSetupJNI(), and org.libsdl.app.SDLActivity.nativeSetupJNI().
Referenced by org.libsdl.app.SDLActivity.onCreate().
|
staticprotected |
Definition at line 83 of file SDL.java.
Referenced by org.libsdl.app.SDL.getContext(), org.libsdl.app.SDL.loadLibrary(), and org.libsdl.app.SDL.setContext().