sdljava.x.swig
Class SDL_JoyButtonEvent
java.lang.Object
sdljava.x.swig.SDL_JoyButtonEvent
public class SDL_JoyButtonEvent
- 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
SDL_JoyButtonEvent
protected SDL_JoyButtonEvent(long cPtr,
boolean cMemoryOwn)
SDL_JoyButtonEvent
public SDL_JoyButtonEvent()
getCPtr
protected static long getCPtr(SDL_JoyButtonEvent 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()
setWhich
public void setWhich(short which)
getWhich
public short getWhich()
setButton
public void setButton(short button)
getButton
public short getButton()
setState
public void setState(short state)
getState
public short getState()