mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Build update
This commit is contained in:
parent
c3fc9192fa
commit
4dd493ea73
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.5.18
|
||||
* simple-keyboard v3.5.19
|
||||
* 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
8
build/interfaces.d.ts
vendored
8
build/interfaces.d.ts
vendored
@ -225,6 +225,14 @@ export interface KeyboardOptions {
|
||||
* Retrieves all inputs
|
||||
*/
|
||||
onChangeAll?: (inputObj: KeyboardInput, e?: MouseEvent) => any;
|
||||
/**
|
||||
* Retrieves the pressed key
|
||||
*/
|
||||
onKeyPress?: (button: string, e?: MouseEvent) => any;
|
||||
/**
|
||||
* Retrieves the released key
|
||||
*/
|
||||
onKeyReleased?: (button: string, e?: MouseEvent) => any;
|
||||
/**
|
||||
* Module options can have any format
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user