early-access version 3438

This commit is contained in:
pineappleEA
2023-03-06 19:03:03 +01:00
parent 1d866e0d61
commit 0de89fc8b6
14 changed files with 261 additions and 134 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;
}