MouseDown - Forum

Forum Navigation
You need to log in to create posts and topics.

MouseDown

Bonjour.

Existe t-il un plugin ou un autre moyen de détecter si le bouton gauche de la souris reste enfoncé ?

J'ai beau chercher je trouve pas.

Merci

@feli
I have a plugin on my site, it's not free but it's like 9-10 plugins in one, it's a good deal.
https://tropicdesigns.net/ezautomation.html#tabs02-an

Brad

luishp and Vadim have reacted to this post.
luishpVadim

@feli

You can try the zmFunctions (Peter Pavlov).
zmSetMouseMonitor = Install the mouse monitor. It allows you to catch mouse button events, execute (optionally) an assigned subroutine for mouse events, and continuously monitor the screen coordinates of the cursor, the handle and title of windows and other Windows window elements located under the cursor. The state of the mouse buttons is stored in the variable [zmMouseCode] zmLBD - pressing and holding the left mouse button, zmLBU - releasing (pressing) the left mouse button, zmRBD - pressing and holding the right mouse button, zmRBU - releasing (pressing) the right mouse button, zmMBD - pressing and holding the middle mouse button, zmMBU - releasing (pressing) the middle mouse button, zmMWH - scrolling the mouse wheel