Somem ice have separate X/Y DPI settings (not supported yet, but needs to be read differently from the mouse).

This commit is contained in:
IceStormNG
2023-07-30 10:54:09 +02:00
parent 0af87ecdac
commit cdde8afc7e
3 changed files with 18 additions and 2 deletions

View File

@@ -45,6 +45,11 @@ namespace GHelper.Peripherals.Mouse.Models
return 36_000;
}
public override bool HasXYDPI()
{
return true;
}
public override bool HasLiftOffSetting()
{
return true;

View File

@@ -40,6 +40,11 @@
return 36_000;
}
public override bool HasXYDPI()
{
return true;
}
public override bool HasLiftOffSetting()
{
return true;