Interface IKeyboardController
Defines an interface for a keyboard controller that can simulate key down and key up gestures for a specified key.
Inherited Members
Namespace: EyeAuras .Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface IKeyboardController : IDisposable
Methods
Name | Description |
---|---|
Key |
Simulates the key down gesture for the specified key. |
Key |
Simulates the key up gesture for the specified key. |