Uses of Class
sdljava.x.swig.SWIGTYPE_p_unsigned_short

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

Uses of SWIGTYPE_p_unsigned_short in sdljava.x.swig
 

Methods in sdljava.x.swig with parameters of type SWIGTYPE_p_unsigned_short
protected static long SWIGTYPE_p_unsigned_short.getCPtr(SWIGTYPE_p_unsigned_short obj)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static int SWIG_SDLTTF.TTF_SizeUNICODE(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SWIGTYPE_p_int w, SWIGTYPE_p_int h)