|
|||||||||
| Home >> All >> org >> libsdl >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.libsdl.event
Class SDLKeySym

java.lang.Objectorg.libsdl.event.SDLKeySym
- public class SDLKeySym
- extends java.lang.Object
| Field Summary | |
private SDLMod |
mod
|
private short |
scancode
|
private int |
sym
|
private int |
unicode
|
| Constructor Summary | |
SDLKeySym(short scancode,
int sym,
int mod,
int unicode)
|
|
| Method Summary | |
char |
getChar()
|
SDLMod |
getMod()
|
short |
getScanCode()
|
int |
getSym()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
scancode
private short scancode
sym
private int sym
mod
private SDLMod mod
unicode
private int unicode
| Constructor Detail |
SDLKeySym
public SDLKeySym(short scancode,
int sym,
int mod,
int unicode)
| Method Detail |
getChar
public char getChar()
getScanCode
public short getScanCode()
getSym
public int getSym()
getMod
public SDLMod getMod()
|
|||||||||
| Home >> All >> org >> libsdl >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.libsdl.event.SDLKeySym