Enumeration: TouchButtonHoldAction
Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:40
Actions that TouchButton can take while it is in the held state.
Enumeration Members
EndHold
EndHold:
"EndHold"
Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:45
The button ends its held state.
None
None:
"None"
Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:48
The button takes no specific action.
Press
Press:
"Press"
Defined in: workingtitle-instruments-epic2/shared/Components/TouchButton.tsx:42
The button is immediately pressed once.