Follow-up of f912fecad5 -> option to swap y/z axes extended to rotations

This commit is contained in:
Enrico Turri 2020-03-20 16:13:08 +01:00
parent f912fecad5
commit 7c56cc9f22
4 changed files with 19 additions and 17 deletions

View file

@ -56,8 +56,8 @@ class Mouse3DController
// The effects of changing this value can be tested by setting ENABLE_3DCONNEXION_DEVICES_DEBUG_OUTPUT to 1
// and playing with the imgui dialog which shows by pressing CTRL+M
size_t input_queue_max_size { 15 };
// Whether to swap Y/Z axis when translating or not.
bool swap_yz_translations{ false };
// Whether to swap Y/Z axes or not.
bool swap_yz{ false };
};
// Queue of the 3DConnexion input events (translations, rotations, button presses).