PointerPhase Type
The kind of raw pointer sample fed into coordination. Qualified access is required because the bare case names (`Moved`/`Pressed`/`Released`) otherwise collide with the `VisualState` cases in this namespace; consumers write `PointerPhase.Moved`.
Union cases
| Union case |
Description
|
Full Usage:
Exited
|
|
Full Usage:
Moved
|
|
Full Usage:
Pressed
|
|
Full Usage:
Released
|
|
Full Usage:
Wheel
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsExited
Returns: bool
|
|
Full Usage:
this.IsMoved
Returns: bool
|
|
Full Usage:
this.IsPressed
Returns: bool
|
|
Full Usage:
this.IsReleased
Returns: bool
|
|
Full Usage:
this.IsWheel
Returns: bool
|
|