sdljava.x.swig
Class SDL_JoyHatEvent

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

public class SDL_JoyHatEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_JoyHatEvent()
           
protected SDL_JoyHatEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(SDL_JoyHatEvent obj)
           
 short getHat()
           
 short getType()
           
 short getValue()
           
 short getWhich()
           
 void setHat(short hat)
           
 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_JoyHatEvent

protected SDL_JoyHatEvent(long cPtr,
                          boolean cMemoryOwn)

SDL_JoyHatEvent

public SDL_JoyHatEvent()
Method Detail

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