sdljava.x.swig
public class SDL_keysym extends Object
Field Summary | |
---|---|
protected boolean | swigCMemOwn |
long | swigCPtr |
Constructor Summary | |
---|---|
protected | SDL_keysym(long cPtr, boolean cMemoryOwn) |
SDL_keysym() |
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 value) |
void | setScancode(short value) |
void | setSym(int value) |
void | setUnicode(int value) |