The following tables list the members exposed by SheetEditorInteractiveService.
Name | Description | |
---|---|---|
OnDoubleTap | Raises the DoubleTap event. | |
OnDragCompleted | Raises the DragCompleted event. | |
OnDragDelta | Raises the DragDelta event. | |
OnDragStarted | Raises the DragStarted event. | |
OnKeyDown | Raises the KeyDown event. | |
OnKeyUp | Raises the KeyUp event. | |
OnMove | Raises the Move event. | |
OnTap | Raises the Tap event. | |
StartListening | Starts listening to the events. | |
StopListening | Stops listening to the events. |
Name | Description | |
---|---|---|
IsListening | Gets a value that indicates whether the service is currently listening to the events. | |
TapOnDown | Indicates whether Tap events should fire on mouse or touch down. |
Name | Description | |
---|---|---|
DoubleTap | Occurs when the user double taps with the mouse or a finger. | |
DragCompleted | Occurs when the user completes a drag operation. | |
DragDelta | Occurs when the user moves the mouse or finger while dragging. | |
DragStarted | Occurs when the user starts a drag operation. | |
KeyDown | Occurs when the user presses a key down. | |
KeyUp | Occurs when the user presses a key up. | |
Move | Occurs when the user moves the mouse over the control. | |
Tap | Occurs when the user performs a tap operation with either the mouse or a finger. |