|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use X11.KeySym | |
---|---|
org.chorem.jtimer.ui.system.unix | Linux specific system info implementation. |
Uses of X11.KeySym in org.chorem.jtimer.ui.system.unix |
---|
Fields in org.chorem.jtimer.ui.system.unix declared as X11.KeySym | |
---|---|
static X11.KeySym |
X11.KeySym.None
|
Methods in org.chorem.jtimer.ui.system.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(String string)
|
Methods in org.chorem.jtimer.ui.system.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)
|
String |
X11.XKeysymToString(X11.KeySym keysym)
KeySyms, Keycodes, Keymaps |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |