PointerPredictor.CreateForInputPointerSource(InputPointerSource) 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.
Creates an instance of a PointerPredictor for the specified InputPointerSource.
public:
static PointerPredictor ^ CreateForInputPointerSource(InputPointerSource ^ inputPointerSource);
static PointerPredictor CreateForInputPointerSource(InputPointerSource const& inputPointerSource);
public static PointerPredictor CreateForInputPointerSource(InputPointerSource inputPointerSource);
function createForInputPointerSource(inputPointerSource)
Public Shared Function CreateForInputPointerSource (inputPointerSource As InputPointerSource) As PointerPredictor
Parameters
- inputPointerSource
- InputPointerSource
The source of the input Pointer.
Returns
A pointer predictor instance.