SECCalculator::OnLButtonUp
voidSECCalculator::OnLButtonUp(UINTnFlags, CPointpoint)
Called when the user releases the left mouse button.
Defined in: SecCalc.cpp
Return Value
void
Parameters
nFlags
Indicates whether various virtual keys are down.
point
Specifies the x- and y-coordinate of the cursor.
Comments
This method performs hit testing to detect which button was the mouse was over, if any, and redraws the button as appropriate, and then calls HandleEvent.
See Also