PointerPredictor.CreateForInputPointerSource(InputPointerSource) 方法

定义

为指定的 InputPointerSource 创建 PointerPredictor 的实例。

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

参数

inputPointerSource
InputPointerSource

输入 指针的源。

返回

指针预测器实例。

适用于

另请参阅