HoldKey - Input
Revision as of 16:03, 3 October 2012 by imported>JustinOther (Added required SKSE version)
SKSE Member of: Input Script
Minimum required SKSE Version: 1.05.04
Holds a key until released by ReleaseKey. (This function requires SKSE)
Syntax
Function HoldKey(Int dxKeycode) global native
Parameters
- dxKeycode: The DXScanCode of the key to hold.
Return Value
None
Examples
Input.HoldKey(42) ; Hold L-Shift
Notes
- None