Table of Contents

Enum MouseEvent

Constants for Mouse events.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public enum MouseEvent

Fields

Name Description
MouseClicked

A mouse button is pressed and released.

MouseDragged

The mouse position changes while a mouse button is pressed.

MouseEntered

The mouse cursor enters the unobscured part of the component.

MouseExited

The mouse cursor exits the unobscured part of the component.

MouseMoved

The mouse position changes.

MousePressed

A mouse button is pushed down.

MouseReleased

A mouse button is let up.