Table of Contents

Class ControlsSettings

Namespace
AlphaFramework.Presentation.Config
Assembly
AlphaFramework.Presentation.dll

Stores settings for the user controls (mouse, keyboard, etc.).

public sealed class ControlsSettings
Inheritance
object
ControlsSettings

Properties

InvertMouse

Invert the mouse axes

public bool InvertMouse { get; set; }

Property Value

bool

MouseSensitivity

The sensitivity of the mouse cursor. The higher the value, the faster the movement.

public double MouseSensitivity { get; set; }

Property Value

double

Events

Changed

Occurs when a setting in this group is changed.

public event Action Changed

Event Type

Action

See Also