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 |
---|---|
KeyDown(IWindowHandle, VirtualKeyCode) | Simulates the key down gesture for the specified key. |
KeyUp(IWindowHandle, VirtualKeyCode) | Simulates the key up gesture for the specified key. |