Просмотр исходного кода

input_common: Fix motion from 3 axis

german77 4 лет назад
Родитель
Сommit
c35af8d1c0
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/input_common/input_poller.cpp

+ 2 - 0
src/input_common/input_poller.cpp

@@ -606,6 +606,8 @@ public:
             .raw_value = input_engine->GetAxis(identifier, axis_z),
             .properties = properties_z,
         };
+        status.delta_timestamp = 5000;
+        status.force_update = true;
         return status;
     }