It seems to me that Input.getcurrentcursor_shape doesn't work when exported to HTML. It worked fine when running locally, but when I'm exporting, I am able to see:
Input.set_current_cursor_shape(6)
print(Input.get_current_cursor_shape()) < prints 0
The first command changes the cursor correctly. Is this a known bug? Is there a workaround?