DrenchMenuTests ClickTwoHumanGame Method Delta Engine Documentation

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

public void ClickTwoHumanGame()
Examples

[Test, CloseAfterFirstFrame, Ignore]
public void ClickTwoHumanGame()
{
    ClickMouse(new Vector2D(0.11f, 0.51f));
    Assert.AreEqual(typeof(TwoHumanGame), menu.game.GetType());
}
See Also