HoldKey - Input

SKSE Member of: Input Script

Minimum required SKSE Version: 1.05.04

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

SyntaxEdit

Function HoldKey(Int dxKeycode) global native

ParametersEdit

Return ValueEdit

None

ExamplesEdit

Input.HoldKey(42) ; Hold L-Shift

NotesEdit

  • None

See AlsoEdit