Adds Button debounce (button response time) setting for supported mice.

This commit is contained in:
IceStormNG
2023-07-31 13:05:31 +02:00
parent b5451cfc21
commit 4f2fdc55ee
10 changed files with 321 additions and 48 deletions

View File

@@ -1061,6 +1061,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Button Response.
/// </summary>
internal static string MouseButtonResponse {
get {
return ResourceManager.GetString("MouseButtonResponse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lift Off Distance.
/// </summary>