Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QQuickFramebufferObject doesn't report input events
Qt 6.11 is out! See what's new in the release blog

QQuickFramebufferObject doesn't report input events

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 349 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kaixoo
    wrote on last edited by
    #1

    I am using QQuickFramebufferObject to render some OpenGL stuff into my QML application.

    I am overridding some QObject methods such as wheelEvent to 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?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kaixoo
        wrote on last edited by kaixoo
        #3

        I made a repro repository here: https://gitlab.com/kaixoo12/QmlSampleRepro

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved