- Found in:
- SKSE
Caveats
CK Wiki - Notes
NONE
Parameters
intkeyCode
CK Wiki Description
The Input of the key to stop listening for.
Examples
UnregisterForKey(42) ; L-ShiftAuto-Generated Example
int myInt__keyCode
myForm__toCallFunctionOn.UnregisterForKey(myInt__keyCode)Related Pages
- Form
- Input
- Form.RegisterForKey(...)
- Form.UnregisterForAllKeys()
- Form.OnKeyDown(...)
- Form.OnKeyUp(...)
