GetNumKeysPressed - Input
Revision as of 19:03, 9 October 2014 by imported>Egocarib (→See Also)
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