Move common things to AppCore from GuiApp 3
This commit is contained in:
@@ -4,5 +4,5 @@ namespace FileTime.App.Core.Services;
|
||||
|
||||
public interface IKeyInputHandler
|
||||
{
|
||||
Task HandleInputKey(Keys key, SpecialKeysStatus specialKeysStatus, Action<bool> setHandled);
|
||||
Task HandleInputKey(GeneralKeyEventArgs e, SpecialKeysStatus specialKeysStatus);
|
||||
}
|
||||
Reference in New Issue
Block a user