GetNumKeysPressed - Input

From the CreationKit Wiki
Revision as of 19:03, 9 October 2014 by imported>Egocarib (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Input Script

Minimum required SKSE Version: 1.05.07

For determining how many keys are pressed. (This function requires SKSE)

Syntax

int Function GetNumKeysPressed() global native

Parameters

None

Return Value

Returns the number of keys pressed as an Int.

Examples

Int iNumKeysPressed = Input.GetNumKeysPressed()

Notes

None

See Also