Allow override of "SetDPIProfil" function if needed

This commit is contained in:
IceStormNG
2023-07-30 11:09:27 +02:00
parent 2f35889a61
commit 15ba1b8c38

View File

@@ -748,7 +748,7 @@ namespace GHelper.Peripherals.Mouse
} }
//profiles start to count at 1 //profiles start to count at 1
public void SetDPIProfile(int profile) public virtual void SetDPIProfile(int profile)
{ {
if (!CanChangeDPIProfile()) if (!CanChangeDPIProfile())
{ {