simple-keyboard 3.8.18 → 3.8.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/interfaces.d.ts
CHANGED
|
@@ -220,6 +220,10 @@ export interface KeyboardOptions {
|
|
|
220
220
|
* Updates caret when selectionchange event is fired
|
|
221
221
|
*/
|
|
222
222
|
updateCaretOnSelectionChange?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* When useMouseEvents is enabled, this option allows you to trigger a button click event on mousedown
|
|
225
|
+
*/
|
|
226
|
+
clickOnMouseDown?: boolean;
|
|
223
227
|
/**
|
|
224
228
|
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
|
|
225
229
|
*/
|