Table of Contents

Method UpdateKeyStateInMemory

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

UpdateKeyStateInMemory(KeyEventArgs, bool)

Updates state of the specified key in memory.

public static void UpdateKeyStateInMemory(KeyEventArgs e, bool isDown)

Parameters

e KeyEventArgs

Key information.

isDown bool

Whether key is down.

UpdateKeyStateInMemory(Key, bool)

Updates state of the specified key in memory.

public static void UpdateKeyStateInMemory(Key key, bool isDown)

Parameters

key Key

Key to set state for.

isDown bool

Whether key is down.