com.sun.jna.examples.unix
public static class X11.XKeyboardStateRef extends Structure implements Structure.ByReference
Field Summary | |
---|---|
byte[] | auto_repeats Bit vector. |
int | bell_duration Duration of the bell specified in milliseconds, if possible. |
int | bell_percent Base volume for the bell between 0 (off) and 100 (loud) inclusive, if possible. |
int | bell_pitch Pitch (specified in Hz) of the bell, if possible. |
int | global_auto_repeat Global auto repeat mode: AutoRepeatModeOff or AutoRepeatModeOn. |
int | key_click_percent Volume for key clicks between 0 (off) and 100 (loud) inclusive, if possible. |
NativeLong | led_mask State of the LEDs. |
Method Summary | |
---|---|
String | toString() |