AC_LBUTTONUP

The AC_LBUTTONUP 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_LBUTTONUP message.
Parameters (Windows/Web only)
Member Value Descripton
type AC_LBUTTONUP 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

Writing Event Functions

et_rplevnt()

Win32 Programmer's Reference - WM_LBUTTONUP


Home Contents Previous Next