Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.MouseButton

public enum MouseButton

Enumeration of mouse buttons.

Enum Constants

public static final Viewer.MouseButton MOUSE_BUTTON_LEFT

The logical left mouse button.

public static final Viewer.MouseButton MOUSE_BUTTON_MIDDLE

The logical middle mouse button.

public static final Viewer.MouseButton MOUSE_BUTTON_RIGHT

The logical right mouse button.

×