InputOptions Class
Definition
Namespace: Brine2D.Input
Configuration options for the input system.
Inheritance System.Object → InputOptions
| Properties | |
|---|---|
| EnableGamepad | Gets or sets whether gamepad support is enabled. |
| EnableRumble | Gets or sets whether to enable gamepad rumble/haptic feedback. |
| GamepadDeadZone | Gets or sets the gamepad dead zone threshold \(0\.0 to 1\.0\). Values below this threshold are treated as zero. |
| MaxGamepads | Gets or sets the maximum number of gamepads to support simultaneously. |