Skip to main content

Enum MouseClickType

An enum representing the mouse click types.

Assembly: Dalamud.dll
Declaration
public enum MouseClickType

Fields

Left

A left click.

Declaration
Left = 0

A right click.

Declaration
Right = 1

Extension Methods