PointerModifiers
interface exported by @mwillbanks/tuil-pointer.
interface
Public interface exported by @mwillbanks/tuil-pointer.
export interface PointerModifiers {
readonly shift: boolean;
readonly alt: boolean;
readonly ctrl: boolean;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
shift | boolean | Yes | The shift member uses the boolean contract. | — |
alt | boolean | Yes | The alt member uses the boolean contract. | — |
ctrl | boolean | Yes | The ctrl member uses the boolean contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference