input_common: Fix motion from 3 axis

pull/8/head
german77 3 years ago committed by Narr the Reg
parent 157e0b85fd
commit c35af8d1c0

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

Loading…
Cancel
Save