mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Allow override of "SetDPIProfil" function if needed
This commit is contained in:
@@ -748,7 +748,7 @@ namespace GHelper.Peripherals.Mouse
|
||||
}
|
||||
|
||||
//profiles start to count at 1
|
||||
public void SetDPIProfile(int profile)
|
||||
public virtual void SetDPIProfile(int profile)
|
||||
{
|
||||
if (!CanChangeDPIProfile())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user