Move common things to AppCore from GuiApp 3
This commit is contained in:
@@ -4,5 +4,5 @@ namespace FileTime.GuiApp.App.Services;
|
||||
|
||||
public interface IKeyInputHandlerService
|
||||
{
|
||||
Task ProcessKeyDown(Key key, KeyModifiers keyModifiers, Action<bool> setHandled);
|
||||
Task ProcessKeyDown(KeyEventArgs e);
|
||||
}
|
||||
Reference in New Issue
Block a user