sdljava.x.swig
Class SDL_keysym

java.lang.Object
  extended by sdljava.x.swig.SDL_keysym

public class SDL_keysym
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_keysym()
           
protected SDL_keysym(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(SDL_keysym obj)
           
 int getMod()
           
 short getScancode()
           
 int getSym()
           
 int getUnicode()
           
 void setMod(int mod)
           
 void setScancode(short scancode)
           
 void setSym(int sym)
           
 void setUnicode(int unicode)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

SDL_keysym

protected SDL_keysym(long cPtr,
                     boolean cMemoryOwn)

SDL_keysym

public SDL_keysym()
Method Detail

getCPtr

protected static long getCPtr(SDL_keysym obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setScancode

public void setScancode(short scancode)

getScancode

public short getScancode()

setSym

public void setSym(int sym)

getSym

public int getSym()

setMod

public void setMod(int mod)

getMod

public int getMod()

setUnicode

public void setUnicode(int unicode)

getUnicode

public int getUnicode()