maze-project
Show / Hide Table of Contents

Class Utility

The static Utility class provides utility functionality for keyboard handling

Inheritance
object
Utility
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

In this article
Back to top Generated by DocFX