I'd like to use gaze tracking, to tinker with new input experiences on Windows desktop. Got excited when it was released with Windows 10 April 2018 update.
https://docs.microsoft.com/en-us/windows/uwp/design/input/gaze-interactions
However, it seems to be a UWP only API. I'd like to use it in a desktop app, so I could recognize gestures and forward them to any app in the system, which UWP can not do yet. I also need an overlay to give user on-screen hints about what he can do, which is also impossible with UWP. Also, I need to be able to track the gaze across all the screens and in other apps.
Is there a way to use these or similar APIs from desktop .NET? Alternatively, can I make an UWP app (no need to publish in Store as of yet), that would have unrestricted capabilities similar to desktop bridge apps?
CoreWindowand those are not available torunFullTrustprocesses at this point. The API is still in "preview" since not all the features are finalized yet. - Peter Torr - MSFT