core: hid: Update motion on a better place

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

View file

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