Open FrozDark opened 2 years ago
ProtectedCursor is not implemented in Uno
ProtectedCursor implementation as in WinUI https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.uielement.protectedcursor?view=windows-app-sdk-1.1
No response
Use pointer events and change through CoreWindow
Yes
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
iOS, Android, macOS, Skia (WPF), Skia (GTK on Linux/macOS/Windows), Skia (Tizen)
Visual Studio 2022
To match WinUI code base
Related to https://github.com/unoplatform/uno/issues/7777
Implemented for Wasm (Related to https://github.com/unoplatform/uno/pull/12285)
Current behavior
ProtectedCursor is not implemented in Uno
Expected behavior
ProtectedCursor implementation as in WinUI https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.uielement.protectedcursor?view=windows-app-sdk-1.1
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
Use pointer events and change through CoreWindow
Works on UWP/WinUI
Yes
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
No response
Affected platforms
iOS, Android, macOS, Skia (WPF), Skia (GTK on Linux/macOS/Windows), Skia (Tizen)
IDE
Visual Studio 2022
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
To match WinUI code base
Related to https://github.com/unoplatform/uno/issues/7777