sdljava.x.swig
Class SDL_JoyHatEvent
java.lang.Object
sdljava.x.swig.SDL_JoyHatEvent
public class SDL_JoyHatEvent
- 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_JoyHatEvent
protected SDL_JoyHatEvent(long cPtr,
boolean cMemoryOwn)
SDL_JoyHatEvent
public SDL_JoyHatEvent()
getCPtr
protected static long getCPtr(SDL_JoyHatEvent 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()
setHat
public void setHat(short hat)
getHat
public short getHat()
setValue
public void setValue(short value)
getValue
public short getValue()