Uses of Class
sdljava.x.swig.SWIGTYPE_p_unsigned_char

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

Uses of SWIGTYPE_p_unsigned_char in sdljava.x.swig
 

Methods in sdljava.x.swig that return SWIGTYPE_p_unsigned_char
static SWIGTYPE_p_unsigned_char SWIG_SDLEvent.SDL_GetKeyState(SWIGTYPE_p_int numkeys)
           
 

Methods in sdljava.x.swig with parameters of type SWIGTYPE_p_unsigned_char
protected static long SWIGTYPE_p_unsigned_char.getCPtr(SWIGTYPE_p_unsigned_char obj)
           
static SWIGTYPE_p_SDL_Cursor SWIG_SDLEvent.SDL_CreateCursor(SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_unsigned_char mask, int w, int h, int hot_x, int hot_y)
           
static SWIGTYPE_p_SDL_Cursor SWIG_SDLVideo.SDL_CreateCursor(SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_unsigned_char mask, int w, int h, int hot_x, int hot_y)