mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
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:
@@ -45,6 +45,11 @@ namespace GHelper.Peripherals.Mouse.Models
|
||||
return 36_000;
|
||||
}
|
||||
|
||||
public override bool HasXYDPI()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool HasLiftOffSetting()
|
||||
{
|
||||
return true;
|
||||
|
||||
@@ -40,6 +40,11 @@
|
||||
return 36_000;
|
||||
}
|
||||
|
||||
public override bool HasXYDPI()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool HasLiftOffSetting()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user