Add option to hide the mouse pointer - #24
Conversation
|
Thanks - great addition.
Note the disable with timeout = 0 is consistent with usage for screen_timeout. Also if you have a touchscreen and don't move the mouse then it will remain hidden regardless of value of The reason I prefer this is that timeout is also good for mouse users as even as a mouse user, you probably are using it mostly to display and the pointer can be annoying when not using mouse.
|
|
Just for your information: I had not time to further investigate the root cause but touch is not working with the new testing version 1.0.0 . It works fine with 0.9.9 but not in the testing branch. |
|
Ahhh definitely want to fix this as the new |
|
sorry for the delay in my response. Here the the log of the testing branch with not working touch. |
|
Well the problem is clearly here in the logs: It seems like input devices are not being detected. What is your hardware setup? |
I'm using a Raspberry Pi 4 with a Waveshare 5 Inch DSI Display https://www.waveshare.com/wiki/5inch_DSI_LCD_(B) |
|
I made some changes on the haoskiosk/tag-input-devices.sh file and submitted a PR #29 |
|
Back to the original PR. I've made the changes you've suggested and created a new PR against testing. Feel free to close this one. |
|
Addressed in #30 and associated comments... |
I've added an option to be able to hide the mouse pointer in the UI. This is especially helpful for touch screens as you don't want to see the mouse pointer on touch screens.