Interface NativeMouseMotionListener

    • Method Detail

      • nativeMouseMoved

        default void nativeMouseMoved​(NativeMouseEvent nativeEvent)
        Invoked when the mouse has been moved.
        Parameters:
        nativeEvent - the native mouse event.
      • nativeMouseDragged

        default void nativeMouseDragged​(NativeMouseEvent nativeEvent)
        Invoked when the mouse has been moved while a button is depressed.
        Parameters:
        nativeEvent - the native mouse event
        Since:
        1.1