rust_minifb
rust_minifb copied to clipboard
Cursor style doesn't change on MacOS
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