sdljava.x.swig
Class SDL_MouseButtonEvent

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

public class SDL_MouseButtonEvent
extends java.lang.Object


Field Summary
 boolean swigCMemOwn
           
 long swigCPtr
           
 
Constructor Summary
  SDL_MouseButtonEvent()
           
protected SDL_MouseButtonEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 short getButton()
           
protected static long getCPtr(SDL_MouseButtonEvent obj)
           
 short getState()
           
 short getType()
           
 short getWhich()
           
 int getX()
           
 int getY()
           
 void setButton(short button)
           
 void setState(short state)
           
 void setType(short type)
           
 void setWhich(short which)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

public long swigCPtr

swigCMemOwn

public boolean swigCMemOwn
Constructor Detail

SDL_MouseButtonEvent

protected SDL_MouseButtonEvent(long cPtr,
                               boolean cMemoryOwn)

SDL_MouseButtonEvent

public SDL_MouseButtonEvent()
Method Detail

getCPtr

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

setX

public void setX(int x)

getX

public int getX()

setY

public void setY(int y)

getY

public int getY()