Version: 2022.2
言語: 日本語

WSAInputSource

enumeration

マニュアルに切り替える

説明

Options for the input source from which a XAML application can receive pointer input events.

To receive input, Universal Windows Platform applications subscribe to various events, and with XAML builds you can register input events for alternative sources via the SwapChainPanel API. This only applies to mouse, pen, and touch events. Universal Windows Platform applications always take keyboard input from CoreWindow.
Note: These options are only applicable to XAML applications that use the SwapChainPanel; XAML applications that use D3D only support the CoreWindow input source. For more information, see Microsoft's documentation.

変数

CoreWindowIndicates that pointer input comes from CoreWindow. This is the default option.
IndependentInputSourceIndicates that pointer input comes from SwapChainPanel's core input object.
SwapChainPanelIndicates that pointer input comes from the SwapChainPanel.