sdljava.x.swig
Class SDL_JoyAxisEvent

java.lang.Object
  extended by sdljava.x.swig.SDL_JoyAxisEvent

public class SDL_JoyAxisEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_JoyAxisEvent()
           
protected SDL_JoyAxisEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 short getAxis()
           
protected static long getCPtr(SDL_JoyAxisEvent obj)
           
 short getType()
           
 short getValue()
           
 short getWhich()
           
 void setAxis(short axis)
           
 void setType(short type)
           
 void setValue(short value)
           
 void setWhich(short which)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

SDL_JoyAxisEvent

protected SDL_JoyAxisEvent(long cPtr,
                           boolean cMemoryOwn)

SDL_JoyAxisEvent

public SDL_JoyAxisEvent()
Method Detail

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()