Difference between revisions of "GetNumKeysPressed - Input"
Jump to navigation
Jump to search
imported>Egocarib m (→See Also) |
imported>Egocarib m (→See Also) |
||
Line 29: | Line 29: | ||
*[[OnKeyDown - Form]] | *[[OnKeyDown - Form]] | ||
*[[OnKeyUp - Form]] | *[[OnKeyUp - Form]] | ||
*[[RegisterForControl - Form]] | |||
*[[OnControlDown - Form]] | |||
*[[OnControlUp - Form]] |
Latest revision as of 19:03, 9 October 2014
SKSE Member of: Input Script
Minimum required SKSE Version: 1.05.07
For determining how many keys are pressed. (This function requires SKSE)
Syntax[edit | edit source]
int Function GetNumKeysPressed() global native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns the number of keys pressed as an Int.
Examples[edit | edit source]
Int iNumKeysPressed = Input.GetNumKeysPressed()
Notes[edit | edit source]
None