Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. qt.pointer.dispatch msg
Forum Updated to NodeBB v4.3 + New Features

qt.pointer.dispatch msg

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 554 Views 1 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
    KeithS
    wrote on last edited by
    #1

    Using Qt 6.6.1 I am seeing the following msg on the cmd line sometimes when the cursor is moved over an app's main window:

    qt.pointer.dispatch: skipping QEventPoint(id=1 ts=0 pos=0,0 scn=767.856,365.271 gbl=767.856,365.271 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-767.856,-365.271 last=-767.856,-365.271 Δ 767.856,365.271) : no target window

    This seems to be occuring since moving from Qt 5.15, has anyone else expericed this?

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

      Hi,

      Which OS are you on ?
      If Linux, which distribution ?
      Which desktop environment ?

      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
      • S Offline
        S Offline
        saucerer
        wrote on last edited by saucerer
        #3

        I have the same problem on MacOS Sonoma 14.2.1.

        qt.pointer.dispatch: skipping QEventPoint(id=1 ts=0 pos=0,0 scn=757.336,589.898 gbl=757.336,589.898 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-757.336,-589.898 last=-757.336,-589.898 Δ 757.336,589.898) : no target window
        

        If I don't move my mouse it works, but as I move it around it either shows this error or crashes. My app doesn't handle mouse events anywhere, it should work by itself.

        SGaistS 1 Reply Last reply
        0
        • S saucerer

          I have the same problem on MacOS Sonoma 14.2.1.

          qt.pointer.dispatch: skipping QEventPoint(id=1 ts=0 pos=0,0 scn=757.336,589.898 gbl=757.336,589.898 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-757.336,-589.898 last=-757.336,-589.898 Δ 757.336,589.898) : no target window
          

          If I don't move my mouse it works, but as I move it around it either shows this error or crashes. My app doesn't handle mouse events anywhere, it should work by itself.

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @saucerer hi and welcome to devnet,

          Which version of Qt ?
          Please provide a minimal compilable reproducer example.

          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

          • Login

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