KeyboardStateIsUp Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Determines whether the specified key is up.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public bool IsUp(
	Keys key
)

Parameters

key
Type: System.Windows.FormsKeys
The key to check.

Return Value

Type: Boolean
Returns true if the specified key is up; otherwise, returns false.
See Also

Reference