Build update

This commit is contained in:
Francisco Hodge 2022-02-02 06:17:48 +00:00
parent eafd02fd43
commit d73b11e17f
5 changed files with 14 additions and 6 deletions

View File

@ -82,6 +82,14 @@ declare class SimpleKeyboard {
* @param {string} button The button's layout name.
*/
handleButtonClicked(button: string, e?: KeyboardHandlerEvent): void;
/**
* Get mouse hold state
*/
getMouseHold(): boolean;
/**
* Mark mouse hold state as set
*/
setMouseHold(value: boolean): void;
/**
* Handles button mousedown
*/

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.4.41
* simple-keyboard v3.4.42
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long