Interface PEMouseInputListener

    • Method Detail

      • mousePressed

        void mousePressed​(PEMouseEvent e)
        Invoked when a mouse button has been pressed on a component.
      • mouseReleased

        void mouseReleased​(PEMouseEvent e)
        Invoked when a mouse button has been released on a component.
      • mouseClicked

        void mouseClicked​(PEMouseEvent e)
        Invoked when the mouse button has been clicked (pressed and released) on a component.
      • mouseMoved

        void mouseMoved​(PEMouseEvent e)
        Invoked when the mouse button has been moved on a component (with no buttons down).
      • mouseDragged

        void mouseDragged​(PEMouseEvent e)
        Invoked when a mouse button is pressed on a component and then dragged.
      • mouseEntered

        void mouseEntered​(PEMouseEvent e)
        Invoked when the mouse enters a component.
      • mouseExited

        void mouseExited​(PEMouseEvent e)
        nvoked when the mouse exits a component.