KeyboardTests VerifyDecimalPointKeyPress Method Delta Engine Documentation

Namespace: DeltaEngine.Input.Tests
Assembly: DeltaEngine.Input.Tests (in DeltaEngine.Input.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void VerifyDecimalPointKeyPress()
Examples

[Test, CloseAfterFirstFrame]
public void VerifyDecimalPointKeyPress()
{
    VerifyKeyPressIsHandled("1234.", "1234", Key.Decimal);
    VerifyKeyPressIsHandled("5678.", "5678", Key.Period);
}
See Also