File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -415,6 +415,12 @@ void Pane::_ManipulationDeltaHandler(const winrt::Windows::Foundation::IInspecta
415
415
// if (container != _root)
416
416
// return;
417
417
418
+ // A thought: store our last transformOrigin in an optional on the pane.
419
+ // If the first transform origin isn't on the border, then store the current one, and bail.
420
+ // If the next one is now on a border, doesn't matter! bail.
421
+ // But also like, find some way to determine if the current manipulation is somehow related to the initial one that started this drag.
422
+ // On a pointer release, clear it. Or if we get a tapped on this pane, or they start dragging sufficently far away?
423
+
418
424
auto delta = args.Delta ().Translation ;
419
425
auto cumulative = args.Cumulative ().Translation ;
420
426
auto transformCurrentPos = args.Position ();
You can’t perform that action at this time.
0 commit comments