SwapChainBackgroundPanel.CreateCoreIndependentInputSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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,否则此方法将失败。