Table of Contents

Enum MouseEvent

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

Constants for Mouse events.

public enum MouseEvent

Fields

MouseClicked = 4

A mouse button is pressed and released.

MouseDragged = 32

The mouse position changes while a mouse button is pressed.

MouseEntered = 1

The mouse cursor enters the unobscured part of the component.

MouseExited = 2

The mouse cursor exits the unobscured part of the component.

MouseMoved = 64

The mouse position changes.

MousePressed = 8

A mouse button is pushed down.

MouseReleased = 16

A mouse button is let up.