Summary
Gets the application's input manager.
- Namespace
- Avalonia
- Containing Type
- Application
Syntax
public InputManager InputManager { get; private set; }
Value
Type | Description |
---|---|
InputManager | The application's input manager. |