input_common: Fix motion from 3 axis
This commit is contained in:
parent
157e0b85fd
commit
c35af8d1c0
1 changed files with 2 additions and 0 deletions
|
@ -606,6 +606,8 @@ public:
|
||||||
.raw_value = input_engine->GetAxis(identifier, axis_z),
|
.raw_value = input_engine->GetAxis(identifier, axis_z),
|
||||||
.properties = properties_z,
|
.properties = properties_z,
|
||||||
};
|
};
|
||||||
|
status.delta_timestamp = 5000;
|
||||||
|
status.force_update = true;
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue