Replies: 1 comment 2 replies
-
Functions like SetCursor indicate that an application shouldn't set the cursor unless the cursor is within one of the application's windows or it is capturing mouse input. |
Beta Was this translation helpful? Give feedback.
2 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.
-
WinUI 3 allows to drag and drop between an object between two windows of a single application. I have an application (it's a MAUI application but my issue is more related to WinUI 3) where I modify cursor caption (https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.draguioverride.caption?view=winrt-22621) like this:
and it works great but my cursor changes back to the default once user's moves her mouse out of application's window. In other words,
DragUIOverride.Caption
applies only when mouse pointer is over my application windows.Is there any way to fix it?
Thank you
PS: I have found #2722 but it looks like a different discussion to me.
Beta Was this translation helpful? Give feedback.
All reactions