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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.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

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


EventMonitor.LastMouseClickButton - EventMonitor.LastMousePositionX

Feedback: Report problem or ask question.