I'm writing something using Qt Widgets (C++). I need to detect when mouse is moved (either outside or inside the application window) and update cursor coordinates on my app window. I can't find any way to do it. I wonder if it's possible to use connect( ... ) statement.
Target is Win10.