sdljava.x.swig
Class SDL_JoyBallEvent
java.lang.Object
sdljava.x.swig.SDL_JoyBallEvent
public class SDL_JoyBallEvent
- 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_JoyBallEvent
protected SDL_JoyBallEvent(long cPtr,
boolean cMemoryOwn)
SDL_JoyBallEvent
public SDL_JoyBallEvent()
getCPtr
protected static long getCPtr(SDL_JoyBallEvent 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()
setBall
public void setBall(short ball)
getBall
public short getBall()
setXrel
public void setXrel(short xrel)
getXrel
public short getXrel()
setYrel
public void setYrel(short yrel)
getYrel
public short getYrel()