Sha256: 60c17786f6bbc8c2f7ffe512872dca15c730d619ae1d646484847fc32815c3ce
Contents?: true
Size: 267 Bytes
Versions: 26
Compression:
Stored size: 267 Bytes
Contents
import { type pointerKey } from '.'; export declare class Device { private pressedKeys; get countPressed(): number; isPressed(keyDef: pointerKey): boolean; addPressed(keyDef: pointerKey): Set<string>; removePressed(keyDef: pointerKey): boolean; }
Version data entries
26 entries across 26 versions & 1 rubygems