LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Working with Right Click Events

I would like to configure the Event Structure to recognize not only mouse down but the differance between left mouse button down and right mouse button down. i.e. I'd like to be able to fire individual events for either left/right mouse buttons.

Does LabView 6.1 support this?

Thanks

TMC
0 Kudos
Message 1 of 2
(2,657 Views)
You don't have a separate event for left or right mouse button down but for the mouse down event, you do have the button element. The left button has a value of one and the right button is two. If you put a case structure inside the mouse down event, you should be able to do what you want.
Message 2 of 2
(2,657 Views)