Open ljdoig opened 1 year ago
Changing the cursor style doesn't work for me. Unless I do this:
window.set_cursor_style(CursorStyle::Crosshair); sleep(Duration::from_millis(2000));
and then wiggle my mouse during those 2 seconds
Thanks for the report. Which OS is this on?
MacOS Ventura 13.1 Thank you
Changing the cursor style doesn't work for me. Unless I do this:
and then wiggle my mouse during those 2 seconds