Uses of Class
sdljava.x.swig.SWIGTYPE_p_SDL_Cursor

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

Uses of SWIGTYPE_p_SDL_Cursor in sdljava.x.swig
 

Methods in sdljava.x.swig that return SWIGTYPE_p_SDL_Cursor
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)
           
static SWIGTYPE_p_SDL_Cursor SWIG_SDLEvent.SDL_GetCursor()
           
 

Methods in sdljava.x.swig with parameters of type SWIGTYPE_p_SDL_Cursor
protected static long SWIGTYPE_p_SDL_Cursor.getCPtr(SWIGTYPE_p_SDL_Cursor obj)
           
static void SWIG_SDLEvent.SDL_FreeCursor(SWIGTYPE_p_SDL_Cursor cursor)
           
static void SWIG_SDLEvent.SDL_SetCursor(SWIGTYPE_p_SDL_Cursor cursor)