input_common: Fix motion from 3 axis

This commit is contained in:
german77 2021-11-03 17:06:21 -06:00 committed by Narr the Reg
parent 157e0b85fd
commit c35af8d1c0

View File

@ -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;
}