ButtonTests ShowHoverState Method Delta Engine Documentation

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

public void ShowHoverState()
Examples

[Test]
public void ShowHoverState()
{
    new GameButton("Wurm1", new Rectangle(0, 0, 0.5f, 0.5f));
}
See Also