By the way I would like to mention that currently this solution should work flawlessly without the 3Dconnexion driver.
With the newest driver installed there are some buttons that aren't…
@ideasman42 Alright, I've created the mapping and fixed formatting with clang format (as documentation says).
@ideasman42 I'm trying to include GHOST_NDOFManager.hh
in wm_event_system.cc
so that I could create a mapping there, but header seems to be inaccessible. Could you guide me how to include…
@ideasman42 Do you have any suggestions how should we separate GHOST values from the wm_event_types.hh
? I'm thinking about a simple std::map between these values, but maybe there is some…
@ideasman42 Unfortunately, since GHOST values needed a lot of changes to match newer devices, there is no way to keep the old values in wm_event_types.hh
and have them coupled with GHOST…
While extending the implementation, this PR also fixes the issue: blender/blender#119206
Alright, I've rebased on the newest main and I could create a PR: blender/blender#124155
Commit with a solution for Windows is ready on this branch: https://projects.blender.org/kgalik/blender/src/branch/fix_spacemouse_enterprise_buttons but we can’t create a Pull Request due to…