Skip to content
Snippets Groups Projects
Commit c35af8d1 authored by german77's avatar german77 Committed by Narr the Reg
Browse files

input_common: Fix motion from 3 axis

parent 157e0b85
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment