rust-windowing / winit

Window handling library in pure Rust

Home Page:https://docs.rs/winit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web: Setting `CursorIcon::Default` should remove `cursor` `style`

daxpedda opened this issue · comments

Currently there is no way to remove the cursor style again from the canvas.
We should make setting CursorIcon::Default to actually remove the cursor style, that way it also behaves exactly like it would even if the user never calls Window::set_cursor().

Coming from #3647.
Cc @beoboo.