HoldKey - Input

From the CreationKit Wiki
Revision as of 13:58, 21 August 2012 by imported>JustinOther (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Input Script Holds a key until released by ReleaseKey. (This f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Input Script

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

Syntax

Function HoldKey(Int dxKeycode) global native

Parameters

Return Value

None

Examples

Input.HoldKey(42) ; Hold L-Shift

Notes

  • None

See Also