sdljava.x.swig
Class SDL_KeyboardEvent
java.lang.Object
sdljava.x.swig.SDL_KeyboardEvent
public class SDL_KeyboardEvent
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCPtr
private long swigCPtr
swigCMemOwn
protected boolean swigCMemOwn
SDL_KeyboardEvent
protected SDL_KeyboardEvent(long cPtr,
boolean cMemoryOwn)
SDL_KeyboardEvent
public SDL_KeyboardEvent()
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()