https://kotlinlang.org logo
Title
u

user

07/07/2022, 3:51 PM
Mouse pointer hiding in Kotlin's Jetpack Compose for Desktop I need to create a GUI running on Raspberry PI 4B connected to a touch screen. When the app is running I would like the mouse pointer to be hidden since it's not needed on such type of screens. I've read I can add a nocursor option as follows xserver-command = X -nocursor in the file /etc/lightdm/lightdm.conf. Now I am not able to verify that since my RPI hasn't been shipped yet. Also I wouldn't like to hide the pointer completely on the OS but rather only when the app is running. I couldn't...