I know we can use HTMLElement.style.cursor to change a cursor when hovering an element. But can we change the cursor using javascript without the need of mouse hovering anything? Thanks.
This is for a game app on the web/web view
I need a solution that does not depend on the dom