|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use X11.KeySym | |
---|---|
com.sun.jna.platform.unix |
Uses of X11.KeySym in com.sun.jna.platform.unix |
---|
Fields in com.sun.jna.platform.unix declared as X11.KeySym | |
---|---|
static X11.KeySym |
X11.KeySym.None
|
Methods in com.sun.jna.platform.unix that return X11.KeySym | |
---|---|
X11.KeySym |
X11.XGetKeyboardMapping(X11.Display display,
byte first_keycode,
int keycode_count,
com.sun.jna.ptr.IntByReference keysyms_per_keycode_return)
Returns the symbols for the specified number of KeyCodes starting with first_keycode. |
X11.KeySym |
X11.XKeycodeToKeysym(X11.Display display,
byte keycode,
int index)
|
X11.KeySym |
X11.XStringToKeysym(java.lang.String string)
|
Methods in com.sun.jna.platform.unix with parameters of type X11.KeySym | |
---|---|
int |
X11.XChangeKeyboardMapping(X11.Display display,
int first_keycode,
int keysyms_per_keycode,
X11.KeySym[] keysyms,
int num_codes)
Defines the symbols for the specified number of KeyCodes starting with first_keycode. |
byte |
X11.XKeysymToKeycode(X11.Display display,
X11.KeySym keysym)
|
java.lang.String |
X11.XKeysymToString(X11.KeySym keysym)
KeySyms, Keycodes, Keymaps |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |