WIP custom cursor for drag and drop

This commit is contained in:
Ian Douglas Scott 2023-12-15 15:46:41 -08:00
parent d56a591a9f
commit 06c37e39f5
3 changed files with 131 additions and 2 deletions

View file

@ -9,6 +9,8 @@ mod image_bg;
pub use image_bg::image_bg;
mod workspace_bar;
pub use workspace_bar::workspace_bar;
mod mouse_interaction_wrapper;
pub use mouse_interaction_wrapper::mouse_interaction_wrapper;
pub fn layout_wrapper<Msg, T: Widget<Msg, cosmic::Renderer>>(inner: T) -> LayoutWrapper<Msg, T> {
LayoutWrapper {