Skip to main content

Enum MouseClickType

An enum representing the mouse click types.

Assembly: Dalamud.dll
View Source
Declaration
public enum MouseClickType

Fields

Left

A left click.

View Source
Declaration
Left = 0

A right click.

View Source
Declaration
Right = 1

Extension Methods