Table of Contents

Method GetModifiers

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

GetModifiers(bool, bool, bool)

Gets ConsoleModifiers from bool modifiers.

public static ConsoleModifiers GetModifiers(bool shift, bool alt, bool control)

Parameters

shift bool

The shift key.

alt bool

The alt key.

control bool

The control key.

Returns

ConsoleModifiers

The console modifiers.