is there a way to make this work for HTML Builds?
native.setProperty(
"mouseCursor"
,
"arrow"
)
is there a way to make this work for HTML Builds?
native.setProperty(
"mouseCursor"
,
"arrow"
)
Sorry for the delay. I’ve been away.
I don’t know if there’s a way to make that work smoothly, but you could leverage the JavaScript plugins instead, see:
You can use some basic JavaScript and HTML to change the cursor style. You could do it whenever the cursor is hovering over the game window. See: