fn collect_drag_files(
canvas: &MasonryCanvas,
x: f64,
y: f64,
ctx: &AppContext,
) -> Option<Vec<File>>Expand description
Collect gio::Files for the current drag operation (multi-select or single).
fn collect_drag_files(
canvas: &MasonryCanvas,
x: f64,
y: f64,
ctx: &AppContext,
) -> Option<Vec<File>>Collect gio::Files for the current drag operation (multi-select or single).