LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

EVENT_LEFT_CLICK_UP

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

Panels and all control types

Event Data Parameters

eventData1 = Mouse vertical position

eventData2 = Mouse horizontal position

LabWindows/CVI Compatibility

LabWindows/CVI 8.1 and later

Was this information helpful?