Renamed Gladius III to Gladius III Aimpoint as there is also a regular Gladius III

This commit is contained in:
IceStormNG
2023-07-30 11:16:53 +02:00
parent 93b6c360d6
commit 3cfd7e01ca
2 changed files with 7 additions and 7 deletions

View File

@@ -177,8 +177,8 @@ namespace GHelper.Peripherals
//Add one line for every supported mouse class here to support them.
DetectMouse(new ChakramX());
DetectMouse(new ChakramXWired());
DetectMouse(new GladiusIII());
DetectMouse(new GladiusIIIWired());
DetectMouse(new GladiusIIIAimpoint());
DetectMouse(new GladiusIIIAimpointWired());
}
public static void DetectMouse(AsusMouse am)