Table of Contents

Class PlessKeyboard

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains static methods and properties related to the keyboard.

public static class PlessKeyboard
Inheritance
PlessKeyboard

Methods

GetKeyStatesFromMemory(Key)

Gets state of the specified key which was previously saved in memory.

ResetKeysStatesInMemory()

Resets all key states in memory, setting their state to None.

UpdateKeyStateInMemory(Key, bool)

Updates state of the specified key in memory.

UpdateKeyStateInMemory(KeyEventArgs, bool)

Updates state of the specified key in memory.