Hello

I am writing an application to be run on Raspberry Pi 3 with Debian based Raspbian distribution. The application uses QT 5.6 and I am developing and cross compiling on a Windows system.

The application is a full-screen graphical user interface with touch screen.

When I run the application, everything works as expected, however mouse (touch screen) events/gestures such as clicking buttons, dragging etc also appear to be functioning behind the application. I find that when I close the application, icons have shifted, dialogs have been opened etc.

This doesn't appear to happen with non-QT applications so I was wondering if anyone here might know what is going on and how to stop it?

Kind Regards,
m