input_common: Increase mouse sensitivity range
This commit is contained in:
parent
08ce11dd85
commit
db3f4f7515
3 changed files with 20 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue