sdljava.x.swig

Class SDL_JoyAxisEvent

public class SDL_JoyAxisEvent extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
SDL_JoyAxisEvent(long cPtr, boolean cMemoryOwn)
SDL_JoyAxisEvent()
Method Summary
voiddelete()
protected voidfinalize()
shortgetAxis()
static longgetCPtr(SDL_JoyAxisEvent obj)
shortgetType()
shortgetValue()
shortgetWhich()
voidsetAxis(short value)
voidsetType(short value)
voidsetValue(short value)
voidsetWhich(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_JoyAxisEvent

public SDL_JoyAxisEvent(long cPtr, boolean cMemoryOwn)

SDL_JoyAxisEvent

public SDL_JoyAxisEvent()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getAxis

public short getAxis()

getCPtr

public static long getCPtr(SDL_JoyAxisEvent obj)

getType

public short getType()

getValue

public short getValue()

getWhich

public short getWhich()

setAxis

public void setAxis(short value)

setType

public void setType(short value)

setValue

public void setValue(short value)

setWhich

public void setWhich(short value)