Need help changing the cursor icon; I don't have access to winit's Window #562
Unanswered
Not-A-Normal-Robot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
three-d doesn't currently seem to change the cursor icon based on egui's output. I know you can set the cursor icon with
winit::window::Window::set_cursor_iconbut unfortunately I do not have access to theWindowbecausethree_d::window::Window::render_looptakes theWindow. Does anyone know of a way to set the cursor in this case?Beta Was this translation helpful? Give feedback.
All reactions