Enum MouseEvent
Constants for Mouse events.
public enum MouseEvent
Fields
MouseClicked = 4A mouse button is pressed and released.
MouseDragged = 32The mouse position changes while a mouse button is pressed.
MouseEntered = 1The mouse cursor enters the unobscured part of the component.
MouseExited = 2The mouse cursor exits the unobscured part of the component.
MouseMoved = 64The mouse position changes.
MousePressed = 8A mouse button is pushed down.
MouseReleased = 16A mouse button is let up.