RadialControllerIndependentInputSource.CreateForView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an instance of RadialControllerIndependentInputSource for the running app's current CoreWindow.
public:
static RadialControllerIndependentInputSource ^ CreateForView(CoreApplicationView ^ view);
static RadialControllerIndependentInputSource CreateForView(CoreApplicationView const& view);
public static RadialControllerIndependentInputSource CreateForView(CoreApplicationView view);
function createForView(view)
Public Shared Function CreateForView (view As CoreApplicationView) As RadialControllerIndependentInputSource
Parameters
- view
- CoreApplicationView
The app window and its thread.
Returns
The radial controller input manager.