mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Build update
This commit is contained in:
parent
22ecfcc8b0
commit
a111940488
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.4.80
|
||||
* simple-keyboard v3.4.81
|
||||
* 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
4
build/interfaces.d.ts
vendored
4
build/interfaces.d.ts
vendored
@ -116,6 +116,10 @@ export interface KeyboardOptions {
|
||||
* In other words, this calls button.click() on the highlighted button
|
||||
*/
|
||||
physicalKeyboardHighlightPressUseClick?: boolean;
|
||||
/**
|
||||
* Whether physicalKeyboardHighlightPress should use pointer events to trigger buttons.
|
||||
*/
|
||||
physicalKeyboardHighlightPressUsePointerEvents?: boolean;
|
||||
/**
|
||||
* Define the text color that the physical keyboard highlighted key should have.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user