Interface NativeKeyListener

    • Method Detail

      • nativeKeyTyped

        default void nativeKeyTyped​(NativeKeyEvent nativeEvent)
        Invoked when a key has been typed.
        Parameters:
        nativeEvent - the native key event.
        Since:
        1.1
      • nativeKeyPressed

        default void nativeKeyPressed​(NativeKeyEvent nativeEvent)
        Invoked when a key has been pressed.
        Parameters:
        nativeEvent - the native key event.
      • nativeKeyReleased

        default void nativeKeyReleased​(NativeKeyEvent nativeEvent)
        Invoked when a key has been released.
        Parameters:
        nativeEvent - the native key event.