Skip to content

Commit 01f1f3c

Browse files
committed
Added Harpe Ace Mini to the list of devices that CanChangeDPICount
1 parent cc40bad commit 01f1f3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Peripherals/Mouse/Models/HarpeAceMini.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ public override string GetDisplayName()
2222
return "Harpe Ace Mini (Wired)";
2323
}
2424

25+
public override bool CanChangeDPICount()
26+
{
27+
return true;
28+
}
29+
2530
public override PollingRate[] SupportedPollingrates()
2631
{
2732
return new PollingRate[] {

0 commit comments

Comments
 (0)