Desktop: Custom cursor support (#3452)

custom cursors with caching
This commit is contained in:
Timon
2025-12-07 00:16:14 +00:00
committed by GitHub
parent 2e4481880e
commit a5cf62a90b
6 changed files with 68 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ use crate::wrapper::messages::DesktopWrapperMessage;
pub(crate) enum AppEvent {
UiUpdate(wgpu::Texture),
CursorChange(winit::cursor::Cursor),
CursorChange(crate::window::Cursor),
ScheduleBrowserWork(std::time::Instant),
WebCommunicationInitialized,
DesktopWrapperMessage(DesktopWrapperMessage),