UnregisterForAllKeys - Form

From the CreationKit Wiki
Revision as of 10:31, 3 October 2012 by imported>JustinOther (Requires SKSE)
Jump to navigation Jump to search

SKSE Member of: Form Script

Unregisters all DXScanCode for OnKeyDown and OnKeyUp events after prior registration via RegisterForKey. (This function requires SKSE)

Syntax

Function UnegisterForAllKeys() Native

Parameters

NONE

Return Value

NONE

Examples

UnregisterForAllKeys() ; Unregister all registered key for this form

Notes

NONE

See Also