Detect Double-Click

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
dkwroot
Posts: 680
Joined: Wed May 01, 2013 10:56 pm
Location: USA
Contact:

Detect Double-Click

Post by dkwroot »

Is there a way to detect double-clicking? I only see options for detecting mouse down, mouse up and key down, key up.
User avatar
synthsin75
Posts: 10324
Joined: Mon Jan 14, 2008 2:20 pm
Location: Oklahoma
Contact:

Re: Detect Double-Click

Post by synthsin75 »

You would have to have one click set a variable to os.time. If a click finds os.time minus this variable to be short enough, then both clicks happened close enough to be considered a double-click.
User avatar
hayasidist
Posts: 3876
Joined: Wed Feb 16, 2011 11:12 am
Location: Kent, England

Re: Detect Double-Click

Post by hayasidist »

if mouseEvent.doubleClick then ...??

http://mohoscripting.com/index.php?show ... MouseEvent
Post Reply