Qt 6.11 is out! See what's new in the release
blog
QQuickFramebufferObject doesn't report input events
-
I am using
QQuickFramebufferObjectto render some OpenGL stuff into my QML application.I am overridding some
QObjectmethods such aswheelEventto get input from the user, but it seems they aren't working at all.Is this an expected behaviour? What should I do to get input from a QQuickFramebufferObject?
-
Hi,
The first thing to do is to provide use with a minimal compilable example that shows your issue.
Based on your description there's no simple way to know what might be going wrong.
You should also share which version of Qt you are using and on which platform.
-
I made a repro repository here: https://gitlab.com/kaixoo12/QmlSampleRepro