dragOffset
Get offset previously given to dragPreStart or dragStart.
Only valid between Window.beginand Window.end.
Source
Implementation
pub fn dragOffset() Point.Physical {
return currentWindow().dragging.offset;
}Get offset previously given to dragPreStart or dragStart.
Only valid between Window.beginand Window.end.
Source
pub fn dragOffset() Point.Physical {
return currentWindow().dragging.offset;
}