CoreIndependentInputFilters 列舉

定義

指定特定輸入裝置類型的支援篩選準則。

此列舉支援其成員值的位元組合。

public enum class CoreIndependentInputFilters
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class CoreIndependentInputFilters
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum CoreIndependentInputFilters
var value = Windows.UI.Core.CoreIndependentInputFilters.none
Public Enum CoreIndependentInputFilters
繼承
CoreIndependentInputFilters
屬性

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

欄位

MouseButton 1

篩選滑鼠按鍵輸入。

MouseHover 4

篩選滑鼠暫留輸入。

MouseWheel 2

篩選滑鼠滾輪輸入。

None 0

未套用任何篩選。

PenInverted 16

反轉時篩選手寫筆輸入,通常是橡皮擦。

PenWithBarrel 8

使用筆筒按鈕來篩選手寫筆輸入。

備註

裝置類型是在 CoreInputDeviceTypes中指定。

適用於