KeyboardTests HandleInputVisually 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 HandleInputVisually()
Examples

[Test]
public void HandleInputVisually()
{
    var text = new FontText(Font.Default, "Type some text", Rectangle.One);
    text.Start<ContinousInputHandler>();
}
See Also