LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how does one prevent double clicking action on mouse

how does one prevent double clicking action on mouse ?

0 Kudos
Message 1 of 2
(1,854 Views)

Hi,

You need to "swallow" the event. For that purpose in the control/panel callback capture the double-click event in the switch-case statement and return 1. Normally callbacks return 0.

Returning 1 causes the swallowing.

See the documentation for more information.

S. Eren BALCI
IMESTEK
0 Kudos
Message 2 of 2
(1,829 Views)