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

Description

Wiki Description

Releases a key held by Input.HoldKey(...). (This function requires SKSE)

Documentation Comment

releases the specified key


Caveats

CK Wiki - Notes

  • None

Parameters

intdxKeycode

CK Wiki Description

The Input of the key to release.


Examples

Input.ReleaseKey(42) ; Release L-Shift

Auto-Generated Example

int myInt__dxKeycode

Input.ReleaseKey(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.