BorderlessGaming.Forms.MainWindow.UnregisterHotkeys C# (CSharp) Method

UnregisterHotkeys() private method

unregisters the global hotkeys
private UnregisterHotkeys ( ) : void
return void
        private void UnregisterHotkeys()
        {
            Native.UnregisterHotKey(this.Handle, this.GetType().GetHashCode());
        }
MainWindow