是否可以在UWP应用程序中更改甚至隐藏鼠标指针?我唯一能找到的是:
Windows.UI.Xaml.Window.Current.CoreWindow.PointerCursor = null;
但在UWP中,这不起作用.
mouse-pointer uwp
mouse-pointer ×1
uwp ×1