core: hid: Update motion on a better place
This commit is contained in:
parent
e58090c9c7
commit
cf023aa8ec
5 changed files with 20 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue