LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

EVENT_LEFT_DOUBLE_CLICK

Description

When a user double-clicks with the left mouse button anywhere or a panel, LabWindows/CVI generates an EVENT_LEFT_DOUBLE_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_DOUBLE_CLICK.

Applies To

Panels and all control types

Event Data Parameters

eventData1 = Mouse vertical position

eventData2 = Mouse horizontal position

LabWindows/CVI Compatibility

LabWindows/CVI 3.0 and later

Log in to get a better experience