Engine_silk.NET/Nebulix.Test/TestInputSystem.cs

12 lines
189 B
C#

using Nebulix.InputSystem;
namespace Nebulix.Test
{
public class TestInputSystem
{
[Fact]
public void IfSingleKeyIsPressed_InputIsKeyPressedShouldReturnTrue()
{
}
}
}