sdljava.x.swig

Class SDL_JoyBallEvent

public class SDL_JoyBallEvent extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
SDL_JoyBallEvent(long cPtr, boolean cMemoryOwn)
SDL_JoyBallEvent()
Method Summary
voiddelete()
protected voidfinalize()
shortgetBall()
static longgetCPtr(SDL_JoyBallEvent obj)
shortgetType()
shortgetWhich()
shortgetXrel()
shortgetYrel()
voidsetBall(short value)
voidsetType(short value)
voidsetWhich(short value)
voidsetXrel(short value)
voidsetYrel(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_JoyBallEvent

public SDL_JoyBallEvent(long cPtr, boolean cMemoryOwn)

SDL_JoyBallEvent

public SDL_JoyBallEvent()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getBall

public short getBall()

getCPtr

public static long getCPtr(SDL_JoyBallEvent obj)

getType

public short getType()

getWhich

public short getWhich()

getXrel

public short getXrel()

getYrel

public short getYrel()

setBall

public void setBall(short value)

setType

public void setType(short value)

setWhich

public void setWhich(short value)

setXrel

public void setXrel(short value)

setYrel

public void setYrel(short value)