LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can labview 7.0 detect a right click

Is there a way labview 7.0 can detect a right click?
0 Kudos
Message 1 of 4
(2,726 Views)
Use an event structure and use a "Mouse down" event or "Mouse down?" filter event. Inside the event case place a case structure wired to the "button" event terminal. If the "button" output is "2", the right mouse button got pressed.

You can also use the tools of the "Advanced..Input Device Control" palette.
Message 2 of 4
(2,726 Views)
Here's a quick example.
0 Kudos
Message 3 of 4
(2,726 Views)
Thankyou. I figured there was a number that implied which button was clicked, I just couldn't find any documentation on it.
0 Kudos
Message 4 of 4
(2,726 Views)