Open Rails

KeyModifiers Enumeration

[This is preliminary documentation and subject to change.]

Specifies the keyboard modifiers for UserCommands.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum KeyModifiers

Members

Member Name Description Value
None 0
Shift 1
Control 2
Alt 4

Requirements

Namespace: ORTS.Settings

Assembly: ORTS.Settings (in ORTS.Settings.dll)

See Also

ORTS.Settings Namespace