Package com.sun.jna.platform
Class KeyboardUtils
- java.lang.Object
- 
- com.sun.jna.platform.KeyboardUtils
 
- 
 public class KeyboardUtils extends java.lang.ObjectProvide access to the local keyboard state. Note that this is meaningless on a headless system and some VNC setups.- Author:
- twall
 
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) static com.sun.jna.platform.KeyboardUtils.NativeKeyboardUtilsINSTANCE
 - 
Constructor SummaryConstructors Constructor Description KeyboardUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisPressed(int keycode)static booleanisPressed(int keycode, int location)
 
-