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:

<< Back to LM_View