tuil
ReferencePackages@mwillbanks/tuil-pointerAPI

PointerModifiers

interface exported by @mwillbanks/tuil-pointer.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-pointer.

export interface PointerModifiers {
  readonly shift: boolean;
  readonly alt: boolean;
  readonly ctrl: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
shiftbooleanYesThe shift member uses the boolean contract.
altbooleanYesThe alt member uses the boolean contract.
ctrlbooleanYesThe 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-pointer

On this page