Inheritance: global::System.Configuration.ApplicationSettingsBase
Exemple #1
0
 public override void RenderOverlay(Graphics keyboard, ref Brush mouse, ref Brush headset, bool renderMice,
                                    bool renderHeadsets)
 {
     if (MainManager.DeviceManager.ActiveKeyboard != null && VolumeDisplay != null && VolumeDisplay.Ttl >= 1)
     {
         VolumeDisplay.Draw(keyboard);
     }
 }