Interface NativeMouseListener

    • Method Detail

      • nativeMouseClicked

        default void nativeMouseClicked​(NativeMouseEvent nativeEvent)
        Invoked when a mouse button has been clicked (pressed and released) without being moved.
        Parameters:
        nativeEvent - the native mouse event.
      • nativeMousePressed

        default void nativeMousePressed​(NativeMouseEvent nativeEvent)
        Invoked when a mouse button has been pressed
        Parameters:
        nativeEvent - the native mouse event.
      • nativeMouseReleased

        default void nativeMouseReleased​(NativeMouseEvent nativeEvent)
        Invoked when a mouse button has been released
        Parameters:
        nativeEvent - the native mouse event.