XBox controller toggle

This commit is contained in:
Serge
2024-01-27 11:50:13 +01:00
parent 2987d750e3
commit 8884b0d844
4 changed files with 11 additions and 15 deletions

View File

@@ -314,11 +314,6 @@ namespace GHelper
}
}
public void VisualiseXBox(bool status)
{
}
public void VisualiseBacklight(int backlight)
{
buttonBacklight.Text = Math.Round((double)backlight*33.33).ToString() + "%";