Class Utility
The static Utility class provides utility functionality for keyboard handling
Inherited Members
Namespace: Maze.Maui.Controls.Keyboard
Assembly: Maze.Maui.Controls.dll
Syntax
public static class Utility
Methods
IsStateFlagSet(KeyState, KeyState)
Checks whether a set of key states contains a given key state flag
Declaration
public static bool IsStateFlagSet(KeyState states, KeyState state)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyState | states | Key states |
| KeyState | state | Key state flag to check for |
Returns
| Type | Description |
|---|---|
| bool | Boolean |