LM_View:IsMouseDragging(button)
Version added: 11.0
Verifies if dragging mouse button matches the given argument
Arguments:
| Name | Type | Description | Default | Ver |
| button | uint32 | 1 to test LMB, 2 to test RMB, or 0 to test if ANY button is dragging | 0 | 11.0 |
Return value:
bool True if the dragging mouse button matches the given argument
This method determines whether the user is currently dragging the mouse with a specific button pressed.
Search results
Usage of 'IsMouseDragging' is found in the following scripts:
DV Tween Machine (Original Edition) by davoodice
View Code
MR Curve Tool (Original Edition) by eugenebabich
View Code
MR Tween Machine (Legacy Edition) by eugenebabich
View Code
MR Pose Tool (Original Edition) by eugenebabich
View Code
MR Animate Points (Original Edition) by eugenebabich
View Code
MR Tween Machine (For Moho 14.2+) by eugenebabich
View Code