Add region

This commit is contained in:
Dean Herbert 2019-06-17 23:25:16 +09:00
parent ad4c9babe7
commit 3a04684efb
1 changed files with 4 additions and 0 deletions

View File

@ -686,6 +686,8 @@ public bool OnPressed(GlobalAction action)
return false;
}
#region Inactive audio dimming
private readonly BindableDouble userInactiveVolume = new BindableDouble();
private readonly BindableDouble inactiveVolumeFade = new BindableDouble();
@ -704,6 +706,8 @@ private void updateActiveState(bool isActive)
}
}
#endregion
public bool OnReleased(GlobalAction action) => false;
private Container overlayContent;