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
+8
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
*/