فهرست منبع

input_common: Fix motion from 3 axis

german77 4 سال پیش
والد
کامیت
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),
             .raw_value = input_engine->GetAxis(identifier, axis_z),
             .properties = properties_z,
             .properties = properties_z,
         };
         };
+        status.delta_timestamp = 5000;
+        status.force_update = true;
         return status;
         return status;
     }
     }