Uses of Class
org.libsdl.app.SDLActivity.NativeState
-
-
Uses of SDLActivity.NativeState in org.libsdl.app
Fields in org.libsdl.app declared as SDLActivity.NativeState Modifier and Type Field Description static SDLActivity.NativeStateSDLActivity. mCurrentNativeStatestatic SDLActivity.NativeStateSDLActivity. mNextNativeStateMethods in org.libsdl.app that return SDLActivity.NativeState Modifier and Type Method Description static SDLActivity.NativeStateSDLActivity.NativeState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SDLActivity.NativeState[]SDLActivity.NativeState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-