Unsolved Hide cursor when no activity (eglfs environtment var)
-
Hi,
I want to hide a rendered cursor from /dev/input (egfls not using x11), when certain seconds not in activity. How can i achieve that?
My case is i'm using a touch screen monitor that use usb as touch input. Basically it's just a mouse input.
Thanks.
-
take a look at "unclutter", maybe it could help
https://wiki.ubuntuusers.de/unclutter/ -
Hi david, thanks for your reply.
I can't use unclutter because it's base on x11
-
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.