Initial Commit
This commit is contained in:
6
Shared/KeyboardMouse/Abstract/IAggregateInputReader.cs
Normal file
6
Shared/KeyboardMouse/Abstract/IAggregateInputReader.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace Barcode.Host.Shared.KeyboardMouse.Abstract;
|
||||
|
||||
public interface IAggregateInputReader
|
||||
{
|
||||
event InputReader.RaiseKeyPress OnKeyPress;
|
||||
}
|
Reference in New Issue
Block a user