All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.isHotkeyPressed.d.ts Maven / Gradle / Ivy

The newest version!
export declare function isReadonlyArray(value: unknown): value is readonly unknown[];
export declare function isHotkeyPressed(key: string | readonly string[], splitKey?: string): boolean;
export declare function pushToCurrentlyPressedKeys(key: string | string[]): void;
export declare function removeFromCurrentlyPressedKeys(key: string | string[]): void;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy