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:
@@ -102,6 +102,10 @@
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
public override bool HasDebounceSetting()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool CanChangeDPIProfile()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user