Checkpoint
This commit is contained in:
parent
b918c27cf9
commit
aec7955ccf
8 changed files with 894 additions and 4 deletions
|
@ -1068,7 +1068,7 @@ impl<G: 'static> DerefMut for GlobalLease<G> {
|
|||
|
||||
/// Contains state associated with an active drag operation, started by dragging an element
|
||||
/// within the window or by dragging into the app from the underlying platform.
|
||||
pub(crate) struct AnyDrag {
|
||||
pub struct AnyDrag {
|
||||
pub view: AnyView,
|
||||
pub cursor_offset: Point<Pixels>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue