Read the statement by Michael Teeuw here.
Possible to enable mouse cursor on screen?
-
Thanks @paviro …
See I knew there’d be a way ;)
-
Just an update on this. I don’t know if the methodology has changed or this is just an additional way. In my MM, it seems like the cursor is being hidden by
html { cursor: none; }
so it can be shown with
html { cursor: auto; }
(
default
would probably work as well) -
@cweinhofer yes, but the design is a ‘mirror’ on a wall with no mouse or keyboard… why show the cursor, ever…
-
@sdetweil said in Possible to enable mouse cursor on screen?:
why show the cursor, ever…
when you running mm in a web-browser there are use cases for a cursor, e.g.
- zooming in a map (MMM-RAIN-MAP, MMM-Flights, …)
- clicking on newsfeed articles to get the article opened in a new window
- …
-
@sdetweil said
the design is a ‘mirror’ on a wall
I know this was the original design, but I’m assuming that there are other people like me who realize the value of this software, but are using it somewhat outside it’s original design.
In my case, I have two MM’s running in my house:
One is on my HTPC, where I bring up the HTPC interface when I want to watch something and I have a MM with MMM-BackgroundSlideshow running as a sort of MM-PhotoFrame hybrid when I don’t.
The other is my kitchen touchscreen computer that has MM 90% of the time, but the other 10% gets minimized to Ubuntu touch so I can bring up recipes. -
@karsten13 not in a passive mirror
but for the extended use case with some active click device/mouse, then one can change it.