AC_LBUTTONDBLCLK

The AC_LBUTTONDBLCLK event is received by evnt get() when the mouse left button is pressed. This event will provide all of the information from the Windows WM_LBUTTONDBLCLK message.
Parameters (Windows/Web only)
Member Value Descripton
type AC_LBUTTONDBLCLK Event Code
wmsg 0 or 1 Will be 1 if internally generated

Params below are only valid if wmsg == 0

lmsg msg.wParam Virtual Key bits

MK_CONTROLCTRL key is down.

MK_LBUTTONLeft mouse button is down.

MK_MBUTTONMiddle mouse button is down.

MK_RBUTTONRight mouse button is down.

MK_SHIFTShift key is down.

x x position mouse column (x pixel count)
y y position mouse row(y pixel count)
when time system tick count
target FLDLOOKUPPTR Field Lookup Structure Pointer
Related Information
General System Features (Chapter 43 VV User's Guide)

Writing Event Functions (Chapter 38, VV User's Guide)

et_rplevnt()

Win32 Programmer's Reference - WM_LBUTTONDBLCLK


Home Contents Previous Next