Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Win2D to draw an image, and implement panning feature.
The problem is when I press, and move the mouse cursor out of the Canvas control, the pointer capture is lost.
Any idea to prevent this?
Something similar to the
setPointerCapture
API in JavaScript: https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCaptureThanks
Beta Was this translation helpful? Give feedback.
All reactions