mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-07-14 00:00:06 +08:00
Build update
This commit is contained in:
Vendored
+8
@@ -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
|
||||
*/
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
+2
-2
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
Reference in New Issue
Block a user