SECCalculator::OnMouseMove

voidSECCalculator::OnMouseMove(UINTnFlags, CPointpoint)

Called when the mouse cursor moves.

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

SECCalculator