sdljava.x.swig
Class SDL_MouseMotionEvent
java.lang.Object
sdljava.x.swig.SDL_MouseMotionEvent
public class SDL_MouseMotionEvent
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCPtr
public long swigCPtr
swigCMemOwn
public boolean swigCMemOwn
SDL_MouseMotionEvent
protected SDL_MouseMotionEvent(long cPtr,
boolean cMemoryOwn)
SDL_MouseMotionEvent
public SDL_MouseMotionEvent()
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()