input_common: Increase mouse sensitivity range

This commit is contained in:
german77
2023-03-05 11:00:00 -06:00
committed by Narr the Reg
parent fdae95efaa
commit 9a9e5844d3
3 changed files with 20 additions and 10 deletions

View File

@ -146,6 +146,7 @@ void MappingFactory::RegisterMotion(const MappingData& data) {
if (data.engine == "mouse") {
new_input.Set("motion", 0);
new_input.Set("pad", 1);
new_input.Set("threshold", 0.001f);
input_queue.Push(new_input);
return;
}