SECCalculator::OnLButtonDown
voidSECCalculator::OnLButtonDown(UINTnFlags, CPointpoint)
Called when the user presses 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.
See Also