- Found in:
- SKSE
Description
Wiki Description
For determining how many keys are pressed. (This function requires SKSE)
Documentation Comment
how many keys are pressed
Caveats
CK Wiki - Notes
None
Examples
Int iNumKeysPressed = Input.GetNumKeysPressed()Auto-Generated Example
int returnedValue = Input.GetNumKeysPressed()