You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I simply want to change the mouse cursor whenever it is on my window. For that I make a call like this in my update function: ctx.set_cursor_icon(egui::CursorIcon::Crosshair); but the mouse shape does not change.
To Reproduce
Call set_cursor_icon as docs say.
Expected behavior
The mouse cursor changes to the one selected
Desktop (please complete the following information):
OS: NixOS 24.11, gnome-47 + Wayland
Version: egui/eframe 0.31.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I simply want to change the mouse cursor whenever it is on my window. For that I make a call like this in my
update
function:ctx.set_cursor_icon(egui::CursorIcon::Crosshair);
but the mouse shape does not change.To Reproduce
Call
set_cursor_icon
as docs say.Expected behavior
The mouse cursor changes to the one selected
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: