<div dir="ltr">Hi all,<div><br></div><div><br></div><div>I want to track mouse movement within my entire application window, because I need to show/hide/move items around where my cursor is at certain times. (Think e.g. custom cursor)<br><br>I can do it easily by filling the entire window with a <b>MouseArea</b> and handle <b>onPositionChanged</b>. The problem is that any mouse sensitive inputs underneath, then get's blocked by the overlaying <b>MouseArea</b>. E.g. a <b>TextField</b> that is usually highlighted on hover and clickable, no longer receives any mouse events.<br><br>Is there any straightforward solution to this?<br><br>I know <b>QQuickWindow</b> has a <b>mouseMoveEvent</b>, but that doesn't seem to be exposed in QML and if I can avoid subclassing and exposing a custom class, I'd rather do that.<br><br><br>Cheers,</div><div><br></div><div>René Hansen</div></div>