Table of Contents

Method IsKeyPressed

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

IsKeyPressed(Keys)

This item supports the framework infrastructure and is not intended to be used directly from your code.

public static bool IsKeyPressed(Keys keys)

Parameters

keys Keys

Returns

bool

IsKeyPressed(int)

This item supports the framework infrastructure and is not intended to be used directly from your code.

public static bool IsKeyPressed(int nVirtKey)

Parameters

nVirtKey int

Returns

bool