MouseCursor

Monkey Forums/Monkey Programming/MouseCursor

RGR(Posted 2015) [#1]
Html5 ... switching the mouse cursor off when in focus over the playfield
Switching it on when playfield is left.
How?
Inside the monkey code?
Or in php/html code?

What would be the best solution?

Thanks for advice.


PS: I have found a 4 year old thread here about a similar topic. Better solution today?
http://www.monkey-x.com/Community/posts.php?topic=103


impixi(Posted 2015) [#2]
There are HideMouse and ShowMouse commands in the latest versions of Monkey/Mojo. Call them from the OnUpdate method as required. Example:




RGR(Posted 2015) [#3]
Thank you, impixi. Especially for showing the example.

RGR