SECCalculator::OnKeyDown

voidSECCalculator::OnKeyDown(UINTnChar, UINTnRepCnt, UINTnFlags)

Called when a nonsystem key is pressed.

Defined in: SecCalc.cpp

Return Value

void

Parameters

nChar

Contains the character code value of the key.

nRepCnt

Contains the repeat count.

nFlags

Contains the scan code, key-transition code, previous key state, and context code.

Comments

If appropriate, this method simulates clicking a button.

See Also

SECCalculator