Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

EventMonitor.LastMouseClickIsDoubleClick

Queries if last recognized mouse click is a double click.

Component Version macOS Windows Linux Server iOS SDK
EventMonitor 5.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "EventMonitor.LastMouseClickIsDoubleClick" )

Parameters

none

Result

Returns 0, 1 or error.

Description

Queries if last recognized mouse click is a double click.
Returns 0 for single click and 1 for double click.

Please call EventMonitor.Install earlier in your scripts once on startup of solution.
Call this function in a script triggered by a mouse click (e.g. on a button) to see if mouse event triggering the script was a double click.

See also

Example Databases

Blog Entries

This function checks for a license.

Created 29th July 2015, last changed 29th July 2015


EventMonitor.LastMouseClickButton - EventMonitor.LastMousePositionX