sdljava.x.swig
public class SDL_KeyboardEvent extends Object
Field Summary | |
---|---|
protected boolean | swigCMemOwn |
long | swigCPtr |
Constructor Summary | |
---|---|
SDL_KeyboardEvent(long cPtr, boolean cMemoryOwn) | |
SDL_KeyboardEvent() |
Method Summary | |
---|---|
void | delete() |
protected void | finalize() |
static long | getCPtr(SDL_KeyboardEvent obj) |
SDL_keysym | getKeysym() |
short | getState() |
short | getType() |
short | getWhich() |
void | setKeysym(SDL_keysym value) |
void | setState(short value) |
void | setType(short value) |
void | setWhich(short value) |