convertTouchMoveStartToButtonDownAndMotion Method
Can be called by tools that wish to emulate moving the mouse with a button depressed for onTouchMoveStart.
convertTouchMoveStartToButtonDownAndMotion(startEv: BeTouchEvent, ev: BeTouchEvent, button: BeButton = BeButton.Data): Promise<void>
@note Calls the tool's onMouseStartDrag method from onMotion.
| Parameter | Type | Description |
|---|---|---|
| startEv | BeTouchEvent | |
| ev | BeTouchEvent | |
| button | BeButton |
Returns - Promise
Defined in
- core/frontend/src/tools/ToolAdmin.ts Line 1877
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.