qt.pointer.dispatch msg
-
wrote on 29 Nov 2023, 22:13 last edited by
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?
-
Hi,
Which OS are you on ?
If Linux, which distribution ?
Which desktop environment ? -
wrote on 29 Feb 2024, 07:48 last edited by 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.
-
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.
@saucerer hi and welcome to devnet,
Which version of Qt ?
Please provide a minimal compilable reproducer example.