Class ControlsSettings
- Namespace
- FrameOfReference.World.Config
- Assembly
- FrameOfReference.World.dll
Stores settings for the user controls (mouse, keyboard, etc.).
public sealed class ControlsSettings
- Inheritance
-
ControlsSettings
- Inherited Members
- Extension Methods
Properties
InvertMouse
Invert the mouse axes
public bool InvertMouse { get; set; }
Property Value
Events
Changed
Occurs when a setting in this group is changed.
public event Action Changed