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: 677
Joined: Thu May 02, 2013 6:56 am
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: 9968
Joined: Mon Jan 14, 2008 11: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: 3509
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: Detect Double-Click

Post by hayasidist »

if mouseEvent.doubleClick then ...??

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