PointerPredictor.CreateForInputPointerSource(InputPointerSource) Method

Definition

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.

Applies to

See also