編輯

共用方式為


DwellStateType Enum

Definition

The states of the dwell handler

public enum class DwellStateType
public enum DwellStateType
type DwellStateType = 
Public Enum DwellStateType
Inheritance
DwellStateType

Fields

DwellCanceled 5

State reached when DwellStarted state is reached but focus exits the target before timeToCompleteDwell or cancel dwell is requested via code.

DwellCompleted 4

State reached when Focus stays on target for dwellIntentDelay + dwellStartDelay + timeToCompleteDwell seconds. Typically invokes the button clicked event.

DwellIntended 2

State reached when Focus stays on target for dwellIntentDelay seconds. Signifies user's intent to interact with the target.

DwellStarted 3

State reached when Focus stays on target for dwellIntentDelay + dwellStartDelay seconds. Typically tied to starting to show feedback for dwell.

FocusGained 1

State reached when Focus enters target

None 0

Default state

Applies to