EVENT_LEFT_CLICK_UP
- Updated2023-02-21
- 1 minute(s) read
EVENT_LEFT_CLICK_UP
Description
When a user releases the left mouse button over a control or panel, LabWindows/CVI generates an EVENT_LEFT_CLICK_UP event and sends the event to the callback function associated with the control or panel.
This event is not swallowable.
![]() |
Note If a user releases the left mouse button outside of a LabWindows/CVI panel, this event is not generated. If you need this information, you can use extended mouse events. |
Applies To
Event Data Parameters
eventData1 = Mouse vertical position
eventData2 = Mouse horizontal position
LabWindows/CVI Compatibility
LabWindows/CVI 8.1 and later