C# Класс Emmellsoft.IoT.Rpi.SenseHat.KeyStateExtensions

Extension methods to the KeyState enum.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsPressed ( this keyState ) : bool

Is the key currently pressed?

Описание методов

IsPressed() публичный статический Метод

Is the key currently pressed?
public static IsPressed ( this keyState ) : bool
keyState this The KeyState to check.
Результат bool