EVENT_LEFT_CLICK
Description
When a user clicks with the left mouse button anywhere or on a panel, LabWindows/CVI generates an EVENT_LEFT_CLICK event and sends the event to the callback function associated with the panel, as well as to the callback function associated with the control over which the mouse click took place.
This event is swallowable. Return 1 to swallow EVENT_LEFT_CLICK.
Applies To
Event Data Parameters
eventData1 = Mouse vertical position
eventData2 = Mouse horizontal position
LabWindows/CVI Compatibility
LabWindows/CVI 3.0 and later