sdljava.x.swig
Class SDL_KeyboardEvent

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

public class SDL_KeyboardEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_KeyboardEvent()
           
protected SDL_KeyboardEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(SDL_KeyboardEvent obj)
           
 SDL_keysym getKeysym()
           
 short getState()
           
 short getType()
           
 short getWhich()
           
 void setKeysym(SDL_keysym keysym)
           
 void setState(short state)
           
 void setType(short type)
           
 void setWhich(short which)
           
 
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_KeyboardEvent

protected SDL_KeyboardEvent(long cPtr,
                            boolean cMemoryOwn)

SDL_KeyboardEvent

public SDL_KeyboardEvent()
Method Detail

getCPtr

protected static long getCPtr(SDL_KeyboardEvent obj)

finalize

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

delete

public void delete()

setType

public void setType(short type)

getType

public short getType()

setWhich

public void setWhich(short which)

getWhich

public short getWhich()

setState

public void setState(short state)

getState

public short getState()

setKeysym

public void setKeysym(SDL_keysym keysym)

getKeysym

public SDL_keysym getKeysym()