sdljava.x.swig
Class SDL_JoyBallEvent

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

public class SDL_JoyBallEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_JoyBallEvent()
           
protected SDL_JoyBallEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 short getBall()
           
protected static long getCPtr(SDL_JoyBallEvent obj)
           
 short getType()
           
 short getWhich()
           
 short getXrel()
           
 short getYrel()
           
 void setBall(short ball)
           
 void setType(short type)
           
 void setWhich(short which)
           
 void setXrel(short xrel)
           
 void setYrel(short yrel)
           
 
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_JoyBallEvent

protected SDL_JoyBallEvent(long cPtr,
                           boolean cMemoryOwn)

SDL_JoyBallEvent

public SDL_JoyBallEvent()
Method Detail

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