sdljava.x.swig

Class SDL_MouseMotionEvent

public class SDL_MouseMotionEvent extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
protected SDL_MouseMotionEvent(long cPtr, boolean cMemoryOwn)
SDL_MouseMotionEvent()
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(SDL_MouseMotionEvent obj)
shortgetState()
shortgetType()
shortgetWhich()
intgetX()
shortgetXrel()
intgetY()
shortgetYrel()
voidsetState(short value)
voidsetType(short value)
voidsetWhich(short value)
voidsetX(int value)
voidsetXrel(short value)
voidsetY(int value)
voidsetYrel(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_MouseMotionEvent

protected SDL_MouseMotionEvent(long cPtr, boolean cMemoryOwn)

SDL_MouseMotionEvent

public SDL_MouseMotionEvent()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(SDL_MouseMotionEvent obj)

getState

public short getState()

getType

public short getType()

getWhich

public short getWhich()

getX

public int getX()

getXrel

public short getXrel()

getY

public int getY()

getYrel

public short getYrel()

setState

public void setState(short value)

setType

public void setType(short value)

setWhich

public void setWhich(short value)

setX

public void setX(int value)

setXrel

public void setXrel(short value)

setY

public void setY(int value)

setYrel

public void setYrel(short value)