Skip to main content

Enumeration: TouchButtonHoldEndReason

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:54

Reasons for ending a TouchButton's held state.

Enumeration Members

Disabled

Disabled: "Disabled"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:74

The held state ended because the button was disabled.


DragInhibit

DragInhibit: "DragInhibit"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:68

The held state ended because mouse events were inhibited by dragging.


MouseLeave

MouseLeave: "MouseLeave"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:62

The held state ended because the mouse left the button.


MouseUp

MouseUp: "MouseUp"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:59

The held state ended because the mouse button was released.


Primed

Primed: "Primed"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:71

The held state ended because the button entered the primed state.


TickAction

TickAction: "TickAction"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:65

The held state ended as a result of a hold tick action.


Unknown

Unknown: "Unknown"

Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:56

The held state ended for an unknown reason.