ReleaseKey - 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
Releases a key held by HoldKey. (This function requires SKSE)
Syntax[edit | edit source]
Function ReleaseKey(Int dxKeycode) global native
Parameters[edit | edit source]
- dxKeycode: The DXScanCode of the key to release.
Return Value[edit | edit source]
None
Examples[edit | edit source]
Input.ReleaseKey(42) ; Release L-Shift
Notes[edit | edit source]
- None