Uses of Class
sdljava.x.swig.SDLAppStateValues

Packages that use SDLAppStateValues
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDLAppStateValues in sdljava.x.swig
 

Fields in sdljava.x.swig declared as SDLAppStateValues
static SDLAppStateValues SDLAppStateValues.APPACTIVE
           
static SDLAppStateValues SDLAppStateValues.APPINPUTFOCUS
           
static SDLAppStateValues SDLAppStateValues.APPMOUSEFOCUS
           
private static SDLAppStateValues[] SDLAppStateValues.swigValues
           
 

Methods in sdljava.x.swig that return SDLAppStateValues
static SDLAppStateValues SDLAppStateValues.swigToEnum(int swigValue)