Initial commit.
This commit is contained in:
8
Wino.Core.Domain/Interfaces/IKeyPressService.cs
Normal file
8
Wino.Core.Domain/Interfaces/IKeyPressService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IKeyPressService
|
||||
{
|
||||
bool IsCtrlKeyPressed();
|
||||
bool IsShiftKeyPressed();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user