Namespace Bonsai.Windows.Input
Classes
- KeyDown
Represents an operator that produces a value whenever a keyboard key is pressed.
- KeyState
Represents an operator that determines whether a key is up or down at the time of notification.
- KeyUp
Represents an operator that produces a value whenever a keyboard key is released.
- MouseButtonDown
Represents an operator that produces a value whenever a mouse button is pressed.
- MouseButtonUp
Represents an operator that produces a value whenever a mouse button is released.
- MouseMove
Represents an operator that generates a sequence of cursor positions whenever the mouse moves.
- MouseWheel
Represents an operator that produces a sequence of values whenever the mouse wheel moves.
- SendKeys
Represents an operator that sends one or more keystrokes to the active window as if typed at the keyboard.
- SetCursorPosition
Represents an operator that sets the current position of the mouse cursor.