SwapChainBackgroundPanel.CreateCoreIndependentInputSource 方法

定义

注意

SwapChainBackgroundPanel 可能会在Windows 8.1后更改或不可用,请改用 SwapChainPanel

创建一个核心输入对象,该对象处理 deviceTypes 参数指定的输入类型。

public:
 virtual CoreIndependentInputSource ^ CreateCoreIndependentInputSource(CoreInputDeviceTypes deviceTypes) = CreateCoreIndependentInputSource;
CoreIndependentInputSource CreateCoreIndependentInputSource(CoreInputDeviceTypes const& deviceTypes);
public CoreIndependentInputSource CreateCoreIndependentInputSource(CoreInputDeviceTypes deviceTypes);
function createCoreIndependentInputSource(deviceTypes)
Public Function CreateCoreIndependentInputSource (deviceTypes As CoreInputDeviceTypes) As CoreIndependentInputSource

参数

deviceTypes
CoreInputDeviceTypes

枚举的组合值。

返回

表示用于互操作的输入子系统的 对象,可用于输入事件连接点。

注解

重要

必须从非 UI 线程调用 CreateCoreIndependentInputSource,否则此方法将失败。

适用于

另请参阅