core: hid: Update motion on a better place

This commit is contained in:
german77 2023-05-07 16:38:41 -06:00
parent e58090c9c7
commit cf023aa8ec
5 changed files with 20 additions and 22 deletions

View file

@ -86,7 +86,7 @@ Common::Input::MotionStatus TransformToMotion(const Common::Input::CallbackStatu
.range = 1.0f,
.offset = 0.0f,
};
status.delta_timestamp = 5000;
status.delta_timestamp = 1000;
status.force_update = true;
status.accel.x = {
.value = 0.0f,