The Input script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Skyrim Script Extender x64 (SKSE).
For this script, the Papyrus index knows about:
- 8 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- SKSE
Checks if a given key is currently pressed. (This function requires SKSE)
- Found in:
- SKSE
Holds a key until released by Input.ReleaseKey(...). (This function requires SKSE)
- Found in:
- SKSE
- Found in:
- SKSE
For determining how many keys are pressed. (This function requires SKSE)
- Found in:
- SKSE
For walking over the pressed keys. (This function requires SKSE)
- Found in:
- SKSE
returns name of control bound to given keycode, or "" if unbound
