Is it possible to do handle mouse input in qt3d in c++? I am able to do so using qml using a sample in the qt3d repo
https://github.com/qtproject/qt3d/tree/5.6/examples/qt3d/mouseinput-qml
There isnt a c++ equivalent for this however.
I am not able to do capture mouse events in c++ at all despite numerous attempts (even trying to capture input using event filters attached to various widgets) . Is the c++ mouse input api for qt3d complete for this version of qt (5.6) or should i wait for version 5.7?