Skip to content
Discussion options

You must be logged in to vote

Well, in the page that you referenced is a table with the interop interface with the C♯ interop class. If you notice, it is a namepsace followed by the class name. What this means is that in this case, you should be looking for Windows.UI.Input.RadialControllerInterop.
This means it should be as simple as:

var windowHandle = WinRT.Interop.WindowNative.GetWindowHandle(this);
var radialController = Windows.UI.Input.RadialControllerInterop.CreateForWindow(windowHandle);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@victorchinn
Comment options

Answer selected by AdamBraden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants