Defines the service to translate mouse and touch events to common user interface interactions.
function lt.Document.SheetEditor.SheetEditorInteractiveService
The SheetEditorInteractiveService is used to provide uniform tap, move, drag, double tap, key up and key down events. This can be done regardless of whether the platform supports mouse or touch events.
SheetEditorInteractiveService contains the following members:
Members | Description |
---|---|
StartListening, StopListening and IsListening | Subscribe/Unsubscribe to the events. |
TapOnDown | Options used to modify the operations of the service. |
Tap, DoubleTap, Move, DragStarted, DragDelta and DragCompleted | Uniform events for common user interface interaction regardless of the event source (mouse or touch). |
KeyDown and KeyUp. | Keyboard events. |