12 lines
189 B
C#
12 lines
189 B
C#
using Nebulix.InputSystem;
|
|
|
|
namespace Nebulix.Test
|
|
{
|
|
public class TestInputSystem
|
|
{
|
|
[Fact]
|
|
public void IfSingleKeyIsPressed_InputIsKeyPressedShouldReturnTrue()
|
|
{
|
|
}
|
|
}
|
|
} |