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

Description

Wiki Description

Holds a key until released by Input.ReleaseKey(...). (This function requires SKSE)

Documentation Comment

holds down the specified key until released


Caveats

CK Wiki - Notes

  • None

Parameters

intdxKeycode

CK Wiki Description

The Input of the key to hold.


Examples

Input.HoldKey(42) ; Hold L-Shift

Auto-Generated Example

int myInt__dxKeycode

Input.HoldKey(myInt__dxKeycode)

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.