commit 9741acb51c4ba35006ef96cad0d321b94815770f Author: Dino Bollinger Date: Sun Aug 22 14:04:09 2021 +0200 Duke3D: Add events EVENT_PREUPDATEANGLES and EVENT_POSTUPDATEANGLES These events trigger once every frame and provide access to the input struct value updates of each frame. This makes it possible to alter input.q16avel and input.q16horz again, even with smooth mouse aiming. Addresses terminx/eduke32#132 See https://voidpoint.io/terminx/eduke32 for more details.