Version: 2021.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.