sdljava.x.swig

Class SDL_keysym

public class SDL_keysym extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
protected SDL_keysym(long cPtr, boolean cMemoryOwn)
SDL_keysym()
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(SDL_keysym obj)
intgetMod()
shortgetScancode()
intgetSym()
intgetUnicode()
voidsetMod(int value)
voidsetScancode(short value)
voidsetSym(int value)
voidsetUnicode(int value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_keysym

protected SDL_keysym(long cPtr, boolean cMemoryOwn)

SDL_keysym

public SDL_keysym()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(SDL_keysym obj)

getMod

public int getMod()

getScancode

public short getScancode()

getSym

public int getSym()

getUnicode

public int getUnicode()

setMod

public void setMod(int value)

setScancode

public void setScancode(short value)

setSym

public void setSym(int value)

setUnicode

public void setUnicode(int value)