sdljava.x.swig

Class SWIG_SDLEvent

public class SWIG_SDLEvent extends Object implements SWIG_SDLEventConstants

Method Summary
static SWIGTYPE_p_SDL_CursorSDL_CreateCursor(SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_unsigned_char mask, int w, int h, int hot_x, int hot_y)
static intSDL_EnableKeyRepeat(int delay, int interval)
static intSDL_EnableUNICODE(int enable)
static shortSDL_EventState(short type, int state)
static voidSDL_FreeCursor(SWIGTYPE_p_SDL_Cursor cursor)
static shortSDL_GetAppState()
static SWIGTYPE_p_SDL_CursorSDL_GetCursor()
static StringSDL_GetKeyName(int key)
static SWIGTYPE_p_unsigned_charSDL_GetKeyState(SWIGTYPE_p_int numkeys)
static intSDL_GetModState()
static shortSDL_GetMouseState(int[] arg0, int[] arg1)
static shortSDL_GetRelativeMouseState(int[] arg0, int[] arg1)
static intSDL_JoystickEventState(int state)
static intSDL_PollEvent(SDL_Event event)
static voidSDL_PumpEvents()
static voidSDL_SetCursor(SWIGTYPE_p_SDL_Cursor cursor)
static voidSDL_SetModState(int modstate)
static intSDL_ShowCursor(int toggle)
static intSDL_WaitEvent(SDL_Event event)
static voidSDL_WarpMouse(int x, int y)

Method Detail

SDL_CreateCursor

public static SWIGTYPE_p_SDL_Cursor SDL_CreateCursor(SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_unsigned_char mask, int w, int h, int hot_x, int hot_y)

SDL_EnableKeyRepeat

public static int SDL_EnableKeyRepeat(int delay, int interval)

SDL_EnableUNICODE

public static int SDL_EnableUNICODE(int enable)

SDL_EventState

public static short SDL_EventState(short type, int state)

SDL_FreeCursor

public static void SDL_FreeCursor(SWIGTYPE_p_SDL_Cursor cursor)

SDL_GetAppState

public static short SDL_GetAppState()

SDL_GetCursor

public static SWIGTYPE_p_SDL_Cursor SDL_GetCursor()

SDL_GetKeyName

public static String SDL_GetKeyName(int key)

SDL_GetKeyState

public static SWIGTYPE_p_unsigned_char SDL_GetKeyState(SWIGTYPE_p_int numkeys)

SDL_GetModState

public static int SDL_GetModState()

SDL_GetMouseState

public static short SDL_GetMouseState(int[] arg0, int[] arg1)

SDL_GetRelativeMouseState

public static short SDL_GetRelativeMouseState(int[] arg0, int[] arg1)

SDL_JoystickEventState

public static int SDL_JoystickEventState(int state)

SDL_PollEvent

public static int SDL_PollEvent(SDL_Event event)

SDL_PumpEvents

public static void SDL_PumpEvents()

SDL_SetCursor

public static void SDL_SetCursor(SWIGTYPE_p_SDL_Cursor cursor)

SDL_SetModState

public static void SDL_SetModState(int modstate)

SDL_ShowCursor

public static int SDL_ShowCursor(int toggle)

SDL_WaitEvent

public static int SDL_WaitEvent(SDL_Event event)

SDL_WarpMouse

public static void SDL_WarpMouse(int x, int y)