PointerButton Type
Framework-neutral mouse button identity (FR-013). Qualified access is required because the bare case names (`Primary`/`Secondary`) otherwise collide with the existing `ButtonIntent` cases in this namespace; consumers write `PointerButton.Primary`.
Union cases
| Union case |
Description
|
Full Usage:
Middle
|
|
Full Usage:
Primary
|
|
Full Usage:
Secondary
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMiddle
Returns: bool
|
|
Full Usage:
this.IsPrimary
Returns: bool
|
|
Full Usage:
this.IsSecondary
Returns: bool
|
|