Kivy: mouse pointer not showing
I launch a nod at the raspberry pi. I agreed that apparently you cannot get around the fullscreen mode, but I cannot display the cursor. I tried to add
touchring = show_cursor=true
to [modules] - config.ini section (in my home directory and root directory) but it doesn't work. In the [graphics] -section
show_cursor = 1
also set, but nothing changes. Does anyone know of another solution?
+3
Pidro
source
to share
1 answer
Try adding the following line to the [modules] section:
cursor = 1
I had the same problem as yours and it was terrible, but this single line solved the problem.
+1
Heitor M.
source
to share