public void UnregisterAllHotkeys(CompositeHook hook) { hook.UnregisterAllHotkeys(); HotkeyHook.Instance.UnregisterAllHotkeys(); }
public override TimerAction[] OnDetach(Process game) { _hook.UnregisterAllHotkeys(); return(base.OnDetach(game)); }