sdljava.x.swig
Class SWIG_SDLEvent
public
class
SWIG_SDLEvent
extends Object
implements SWIG_SDLEventConstants
Method Summary |
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) |
static int | SDL_EnableKeyRepeat(int delay, int interval) |
static int | SDL_EnableUNICODE(int enable) |
static short | SDL_EventState(short type, int state) |
static void | SDL_FreeCursor(SWIGTYPE_p_SDL_Cursor cursor) |
static short | SDL_GetAppState() |
static SWIGTYPE_p_SDL_Cursor | SDL_GetCursor() |
static String | SDL_GetKeyName(int key) |
static SWIGTYPE_p_unsigned_char | SDL_GetKeyState(SWIGTYPE_p_int numkeys) |
static int | SDL_GetModState() |
static short | SDL_GetMouseState(int[] arg0, int[] arg1) |
static short | SDL_GetRelativeMouseState(int[] arg0, int[] arg1) |
static int | SDL_JoystickEventState(int state) |
static int | SDL_PollEvent(SDL_Event event) |
static void | SDL_PumpEvents() |
static void | SDL_SetCursor(SWIGTYPE_p_SDL_Cursor cursor) |
static void | SDL_SetModState(int modstate) |
static int | SDL_ShowCursor(int toggle) |
static int | SDL_WaitEvent(SDL_Event event) |
static void | SDL_WarpMouse(int x, int y) |
public static int SDL_EnableKeyRepeat(int delay, int interval)
public static int SDL_EnableUNICODE(int enable)
public static short SDL_EventState(short type, int state)
public static short SDL_GetAppState()
public static String SDL_GetKeyName(int key)
public static int SDL_GetModState()
public static short SDL_GetMouseState(int[] arg0, int[] arg1)
public static short SDL_GetRelativeMouseState(int[] arg0, int[] arg1)
public static int SDL_JoystickEventState(int state)
public static int SDL_PollEvent(
SDL_Event event)
public static void SDL_PumpEvents()
public static void SDL_SetModState(int modstate)
public static int SDL_ShowCursor(int toggle)
public static int SDL_WaitEvent(
SDL_Event event)
public static void SDL_WarpMouse(int x, int y)