Background for Skyrim SE
Member of the Input script
intfunctionGetNumKeysPressed()NativeGlobal

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.