Edit

Bagikan melalui


DwellHandler.DwellStateType Enum

Definition

None = 0 - Default state FocusGained - State reached when Focus enters target DwellIntended - State reached when Focus stays on target for dwellIntentDelay seconds. Signifies user's intent to interact with the target. DwellStarted - State reached when Focus stays on target for dwellIntentDelay + dwellStartDelay seconds. Typically tied to invoke feedback for dwell. DwellCompleted - State reached when Focus stays on target for dwellIntentDelay + dwellStartDelay + timeToCompleteDwell seconds. Typically invokes the button clicked event. DwellCanceled - State reached when DwellStarted state is reached but focus exits the target before timeToCompleteDwell.

protected: enum class DwellHandler::DwellStateType
protected enum DwellHandler.DwellStateType
Protected Enum DwellHandler.DwellStateType
Inheritance
DwellHandler.DwellStateType

Fields

DwellCanceled 5
DwellCompleted 4
DwellIntended 2
DwellStarted 3
FocusGained 1
None 0

Applies to