pub trait DragSurfaceExt: 'static {
fn present(&self, width: i32, height: i32) -> bool;
}
Expand description
Present self
.
the unconstrained drag_surface width to layout
the unconstrained drag_surface height to layout
false
if it failed to be presented, otherwise true
.