sdljava.x.swig
Class SWIG_SDLEvent
java.lang.Object
sdljava.x.swig.SWIG_SDLEvent
- All Implemented Interfaces:
- SWIG_SDLEventConstants
public class SWIG_SDLEvent
- extends java.lang.Object
- implements SWIG_SDLEventConstants
Fields inherited from interface sdljava.x.swig.SWIG_SDLEventConstants |
SDL_ACTIVEEVENT, SDL_ACTIVEEVENTMASK, SDL_ALLEVENTS, SDL_APPACTIVE, SDL_APPINPUTFOCUS, SDL_APPMOUSEFOCUS, SDL_BUTTON_LEFT, SDL_BUTTON_MIDDLE, SDL_BUTTON_RIGHT, SDL_BUTTON_WHEELDOWN, SDL_BUTTON_WHEELUP, SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL, SDL_EVENT_RESERVED2, SDL_EVENT_RESERVED3, SDL_EVENT_RESERVED4, SDL_EVENT_RESERVED5, SDL_EVENT_RESERVED6, SDL_EVENT_RESERVED7, SDL_EVENT_RESERVEDA, SDL_EVENT_RESERVEDB, SDL_JOYAXISMOTION, SDL_JOYAXISMOTIONMASK, SDL_JOYBALLMOTION, SDL_JOYBALLMOTIONMASK, SDL_JOYBUTTONDOWN, SDL_JOYBUTTONDOWNMASK, SDL_JOYBUTTONUP, SDL_JOYBUTTONUPMASK, SDL_JOYEVENTMASK, SDL_JOYHATMOTION, SDL_JOYHATMOTIONMASK, SDL_KEYDOWN, SDL_KEYDOWNMASK, SDL_KEYUP, SDL_KEYUPMASK, SDL_MOUSEBUTTONDOWN, SDL_MOUSEBUTTONDOWNMASK, SDL_MOUSEBUTTONUP, SDL_MOUSEBUTTONUPMASK, SDL_MOUSEEVENTMASK, SDL_MOUSEMOTION, SDL_MOUSEMOTIONMASK, SDL_NOEVENT, SDL_NUMEVENTS, SDL_QUIT, SDL_QUITMASK, SDL_SYSWMEVENT, SDL_SYSWMEVENTMASK, SDL_USEREVENT, SDL_VIDEOEXPOSE, SDL_VIDEOEXPOSEMASK, SDL_VIDEORESIZE, SDL_VIDEORESIZEMASK |
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 java.lang.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWIG_SDLEvent
public SWIG_SDLEvent()
SDL_PumpEvents
public static void SDL_PumpEvents()
SDL_EventState
public static short SDL_EventState(short type,
int state)
SDL_WaitEvent
public static int SDL_WaitEvent(SDL_Event event)
SDL_PollEvent
public static int SDL_PollEvent(SDL_Event event)
SDL_GetAppState
public static short SDL_GetAppState()
SDL_EnableUNICODE
public static int SDL_EnableUNICODE(int enable)
SDL_EnableKeyRepeat
public static int SDL_EnableKeyRepeat(int delay,
int interval)
SDL_GetKeyState
public static SWIGTYPE_p_unsigned_char SDL_GetKeyState(SWIGTYPE_p_int numkeys)
SDL_GetModState
public static int SDL_GetModState()
SDL_SetModState
public static void SDL_SetModState(int modstate)
SDL_GetKeyName
public static java.lang.String SDL_GetKeyName(int key)
SDL_JoystickEventState
public static int SDL_JoystickEventState(int state)
SDL_GetMouseState
public static short SDL_GetMouseState(int[] arg0,
int[] arg1)
SDL_GetRelativeMouseState
public static short SDL_GetRelativeMouseState(int[] arg0,
int[] arg1)
SDL_WarpMouse
public static void SDL_WarpMouse(int x,
int y)
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_SetCursor
public static void SDL_SetCursor(SWIGTYPE_p_SDL_Cursor cursor)
SDL_GetCursor
public static SWIGTYPE_p_SDL_Cursor SDL_GetCursor()
SDL_FreeCursor
public static void SDL_FreeCursor(SWIGTYPE_p_SDL_Cursor cursor)
SDL_ShowCursor
public static int SDL_ShowCursor(int toggle)