sdljava.x.swig
Class SDL_MouseMotionEvent

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

public class SDL_MouseMotionEvent
extends java.lang.Object


Field Summary
 boolean swigCMemOwn
           
 long swigCPtr
           
 
Constructor Summary
  SDL_MouseMotionEvent()
           
protected SDL_MouseMotionEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(SDL_MouseMotionEvent obj)
           
 short getState()
           
 short getType()
           
 short getWhich()
           
 int getX()
           
 short getXrel()
           
 int getY()
           
 short getYrel()
           
 void setState(short state)
           
 void setType(short type)
           
 void setWhich(short which)
           
 void setX(int x)
           
 void setXrel(short xrel)
           
 void setY(int y)
           
 void setYrel(short yrel)
           
 
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_MouseMotionEvent

protected SDL_MouseMotionEvent(long cPtr,
                               boolean cMemoryOwn)

SDL_MouseMotionEvent

public SDL_MouseMotionEvent()
Method Detail

getCPtr

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

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

setXrel

public void setXrel(short xrel)

getXrel

public short getXrel()

setYrel

public void setYrel(short yrel)

getYrel

public short getYrel()