mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Variable max brightness as some mice do not use 0-100 but 0-4 as brightness values.
This commit is contained in:
@@ -473,6 +473,8 @@ namespace GHelper
|
||||
|
||||
if (mouse.HasRGB())
|
||||
{
|
||||
sliderBrightness.Max = mouse.MaxBrightness();
|
||||
|
||||
foreach (LightingMode lm in Enum.GetValues(typeof(LightingMode)))
|
||||
{
|
||||
if (mouse.IsLightingModeSupported(lm))
|
||||
|
||||
Reference in New Issue
Block a user