Skip to main content

Enum ClickModifierKeys

Modifier keys that can be held during a mouse click event.

Assembly: Dalamud.dll
View Source
Declaration
[Flags]
public enum ClickModifierKeys

Fields

None

No modifiers were present.

View Source
Declaration
None = 0

Ctrl

The CTRL key was held.

View Source
Declaration
Ctrl = 1

Alt

The ALT key was held.

View Source
Declaration
Alt = 2

Shift

The SHIFT key was held.

View Source
Declaration
Shift = 4

Extension Methods