proto native void ClearKey | ( | KeyCode | key | ) |
Clears the key state. Call this function if you want to overcome autorepeating in reporting key state. If called, the KeyState returns pressed only after the key is released and pressed again.
Используется в PluginDayzPlayerDebug_Weapons::CommandHandler(), WeaponDebug::OnCommandHandlerUpdate() и UIScriptedMenu::Update().