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 08ce11dd85
commit db3f4f7515
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;
}