Click or drag to resize

KeyUtilsHasReleased Method (Keys, Keys, Keys)

Checks if Keys have been released.

Namespace:  SampSharp.GameMode.Tools
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static bool HasReleased(
	Keys newKeys,
	Keys oldKeys,
	Keys keys
)

Parameters

newKeys
Type: SampSharp.GameMode.DefinitionsKeys
New Keys.
oldKeys
Type: SampSharp.GameMode.DefinitionsKeys
Old Keys.
keys
Type: SampSharp.GameMode.DefinitionsKeys
The Keys to check for.

Return Value

Type: Boolean
Whether the Keys have been released.
See Also