mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Make low battery warning values configureable per mouse
This commit is contained in:
@@ -445,6 +445,16 @@ namespace GHelper.Peripherals.Mouse
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual int LowBatteryWarningStep()
|
||||
{
|
||||
return 10;
|
||||
}
|
||||
|
||||
public virtual int LowBatteryWarningMax()
|
||||
{
|
||||
return 50;
|
||||
}
|
||||
|
||||
public virtual bool HasLowBatteryWarning()
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user