Table of Contents

Class KeyboardManager

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class KeyboardManager
Inheritance
KeyboardManager
Inherited Members
Extension Methods

Properties

IsAltPressed

public static bool IsAltPressed { get; }

Property Value

bool

IsControlPressed

public static bool IsControlPressed { get; }

Property Value

bool

IsShiftPressed

public static bool IsShiftPressed { get; }

Property Value

bool

Methods

KeyboardPressed(MauiKey)

public static void KeyboardPressed(MauiKey key)

Parameters

key MauiKey

KeyboardReleased(MauiKey)

public static void KeyboardReleased(MauiKey key)

Parameters

key MauiKey

Events

KeyDown

public static event EventHandler<MauiKey> KeyDown

Event Type

EventHandler<MauiKey>

KeyUp

public static event EventHandler<MauiKey> KeyUp

Event Type

EventHandler<MauiKey>