mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-09 15:48:06 +00:00
input_common: Fix motion from 3 axis
This commit is contained in:
parent
a4cdafed54
commit
94c972fb36
|
|
@ -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…
Reference in a new issue