Hide cursor when no activity (eglfs environtment var)
Unsolved
Mobile and Embedded
-
-
take a look at "unclutter", maybe it could help
https://wiki.ubuntuusers.de/unclutter/ -
Hi and welcome to devnet,
One thing you can try is combine an event filter, a QTimer, and QGuiApplication::setOverrideCursor/QGuiApplication::restoreOverrideCursor using a transparent image to achieve the desired effect.