sdljava.x.swig
Class SDL_JoyButtonEvent

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

public class SDL_JoyButtonEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_JoyButtonEvent()
           
protected SDL_JoyButtonEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 short getButton()
           
protected static long getCPtr(SDL_JoyButtonEvent obj)
           
 short getState()
           
 short getType()
           
 short getWhich()
           
 void setButton(short button)
           
 void setState(short state)
           
 void setType(short type)
           
 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_JoyButtonEvent

protected SDL_JoyButtonEvent(long cPtr,
                             boolean cMemoryOwn)

SDL_JoyButtonEvent

public SDL_JoyButtonEvent()
Method Detail

getCPtr

protected static long getCPtr(SDL_JoyButtonEvent 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()

setButton

public void setButton(short button)

getButton

public short getButton()

setState

public void setState(short state)

getState

public short getState()