How to change mouse cursor in HTML5 build?
I’ve tried to use plugin.mousecursor but it’s not working in html5, same as native.setProperty(“mouseCursorVisible”, false).
Changing document.body.style.cursor or canvas.style.cursor wasn’t helpful.
Also I’ve noticed that when I change canvas.style.cursor in Chrome Inspector, it turns back to “default” value right away.