Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem