Class ControlsSettings
- Namespace
- AlphaFramework.Presentation.Config
- Assembly
- AlphaFramework.Presentation.dll
Stores settings for the user controls (mouse, keyboard, etc.).
public sealed class ControlsSettings
- Inheritance
-
objectControlsSettings
Properties
InvertMouse
Invert the mouse axes
public bool InvertMouse { get; set; }
Property Value
MouseSensitivity
The sensitivity of the mouse cursor. The higher the value, the faster the movement.
public double MouseSensitivity { get; set; }
Property Value
Events
Changed
Occurs when a setting in this group is changed.
public event Action Changed