sdljava.x.swig
Class SDL_Event
java.lang.Object
sdljava.x.swig.SDL_Event
public class SDL_Event
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCPtr
private long swigCPtr
swigCMemOwn
protected boolean swigCMemOwn
motionEvent
SDL_MouseMotionEvent motionEvent
buttonEvent
SDL_MouseButtonEvent buttonEvent
SDL_Event
protected SDL_Event(long cPtr,
boolean cMemoryOwn)
SDL_Event
public SDL_Event()
getCPtr
protected static long getCPtr(SDL_Event obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setType
public void setType(short type)
getType
public short getType()
setActive
public void setActive(SDL_ActiveEvent active)
getActive
public SDL_ActiveEvent getActive()
setKey
public void setKey(SDL_KeyboardEvent key)
getKey
public SDL_KeyboardEvent getKey()
setMotion
public void setMotion(SDL_MouseMotionEvent motion)
getMotion
public SDL_MouseMotionEvent getMotion()
setButton
public void setButton(SDL_MouseButtonEvent button)
getButton
public SDL_MouseButtonEvent getButton()
setJaxis
public void setJaxis(SDL_JoyAxisEvent jaxis)
getJaxis
public SDL_JoyAxisEvent getJaxis()
setJball
public void setJball(SDL_JoyBallEvent jball)
getJball
public SDL_JoyBallEvent getJball()
setJhat
public void setJhat(SDL_JoyHatEvent jhat)
getJhat
public SDL_JoyHatEvent getJhat()
setJbutton
public void setJbutton(SDL_JoyButtonEvent jbutton)
getJbutton
public SDL_JoyButtonEvent getJbutton()
setResize
public void setResize(SDL_ResizeEvent resize)
getResize
public SDL_ResizeEvent getResize()
setExpose
public void setExpose(SDL_ExposeEvent expose)
getExpose
public SDL_ExposeEvent getExpose()
setQuit
public void setQuit(SDL_QuitEvent quit)
getQuit
public SDL_QuitEvent getQuit()
setSyswm
public void setSyswm(SDL_SysWMEvent syswm)
getSyswm
public SDL_SysWMEvent getSyswm()