Handle selectionchange event. Fixes #1140

This commit is contained in:
Francisco Hodge
2021-07-18 10:06:34 -07:00
parent f20221eae2
commit 7e256907b8
3 changed files with 19 additions and 2 deletions
+4
View File
@@ -198,6 +198,10 @@ declare class SimpleKeyboard {
* Event Handler: Select
*/
handleSelect(event: KeyboardHandlerEvent): void;
/**
* Event Handler: SelectionChange
*/
handleSelectionChange(event: KeyboardHandlerEvent): void;
/**
* Called by {@link setEventListeners} when an event that warrants a cursor position update is triggered
*/