mirror of
https://github.com/jkocon/g-helper.git
synced 2026-06-24 22:51:04 +02:00
Adds Button debounce (button response time) setting for supported mice.
This commit is contained in:
@@ -50,6 +50,11 @@ namespace GHelper.Peripherals.Mouse.Models
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool HasDebounceSetting()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool HasLiftOffSetting()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user