Table of Contents

Method IsKeyToggled

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

IsKeyToggled(KeyStates)

Returns whether or not the specified key state is toggled.

public static bool IsKeyToggled(KeyStates keyStates)

Parameters

keyStates KeyStates

Returns

bool

IsKeyToggled(Key)

Returns whether or not the specified key is toggled.

public static bool IsKeyToggled(Key key)

Parameters

key Key

Returns

bool