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
KeyboardChar(string)
public static void KeyboardChar(string ch)
Parameters
ch string
public static void KeyboardPressed(InputKey key)
Parameters
key InputKey
public static void KeyboardReleased(InputKey key)
Parameters
key InputKey
Events
KeyChar
public static event EventHandler<string> KeyChar
Event Type
- EventHandler<string>
KeyDown
public static event EventHandler<InputKey> KeyDown
Event Type
- EventHandler<InputKey>
KeyUp
public static event EventHandler<InputKey> KeyUp
Event Type
- EventHandler<InputKey>