emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
980 stars 92 forks source link

Cursor style doesn't change on MacOS #320

Open ljdoig opened 1 year ago

ljdoig commented 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

emoon commented 1 year ago

Thanks for the report. Which OS is this on?

ljdoig commented 1 year ago

MacOS Ventura 13.1 Thank you