sdljava.x.swig
Class SDL_JoyAxisEvent
java.lang.Object
sdljava.x.swig.SDL_JoyAxisEvent
public class SDL_JoyAxisEvent
- 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_JoyAxisEvent
protected SDL_JoyAxisEvent(long cPtr,
boolean cMemoryOwn)
SDL_JoyAxisEvent
public SDL_JoyAxisEvent()
getCPtr
protected static long getCPtr(SDL_JoyAxisEvent 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()
setAxis
public void setAxis(short axis)
getAxis
public short getAxis()
setValue
public void setValue(short value)
getValue
public short getValue()