Console base WIP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using FileTime.App.Core.Models;
|
||||
|
||||
namespace FileTime.ConsoleUI.App.KeyInputHandling;
|
||||
|
||||
public interface IKeyInputHandlerService
|
||||
{
|
||||
void HandleKeyInput(GeneralKeyEventArgs keyEvent);
|
||||
}
|
||||
Reference in New Issue
Block a user