4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-07 06:22:55 +08:00

Build update

This commit is contained in:
Francisco Hodge 2024-05-20 21:33:33 +00:00
parent 933052e748
commit 41416fb78b
7 changed files with 13 additions and 9 deletions

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.7.80 * simple-keyboard v3.7.81
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. * 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -237,6 +237,10 @@ export interface KeyboardOptions {
* Retrieves the released key * Retrieves the released key
*/ */
onKeyReleased?: (button: string, e?: MouseEvent) => any; onKeyReleased?: (button: string, e?: MouseEvent) => any;
/**
* Executes the callback function before an input is about to be updated
*/
beforeInputUpdate?: (instance: SimpleKeyboard) => void;
/** /**
* Module options can have any format * Module options can have any format
*/ */