Klasse KeyboardUtils

java.lang.Object
com.sun.jna.platform.KeyboardUtils

public class KeyboardUtils extends Object
Provide access to the local keyboard state. Note that this is meaningless on a headless system and some VNC setups.
Autor:
twall
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    (Package privat) static final com.sun.jna.platform.KeyboardUtils.NativeKeyboardUtils
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static boolean
    isPressed(int keycode)
     
    static boolean
    isPressed(int keycode, int location)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • INSTANCE

      static final com.sun.jna.platform.KeyboardUtils.NativeKeyboardUtils INSTANCE
  • Konstruktordetails

    • KeyboardUtils

      public KeyboardUtils()
  • Methodendetails

    • isPressed

      public static boolean isPressed(int keycode, int location)
    • isPressed

      public static boolean isPressed(int keycode)