pub trait DragSurfaceExt: 'static {
    fn present(&self, width: i32, height: i32) -> bool;
}

Required methods

Implementors