- 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()Related Pages
- Input
- Input.GetNthKeyPressed(...)
- Input.IsKeyPressed(...)
- Form.RegisterForKey(...)
- Form.OnKeyDown(...)
- Form.OnKeyUp(...)
- Form.RegisterForControl(...)
- Form.OnControlDown(...)
- Form.OnControlUp(...)
