Logo FS-Skia-UI

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

Middle

Full Usage: Middle

Primary

Full Usage: Primary

Secondary

Full Usage: Secondary

Instance members

Instance member Description

this.IsMiddle

Full Usage: this.IsMiddle

Returns: bool
Returns: bool

this.IsPrimary

Full Usage: this.IsPrimary

Returns: bool
Returns: bool

this.IsSecondary

Full Usage: this.IsSecondary

Returns: bool
Returns: bool

Type something to start searching.