CoreIndependentInputFilters Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the supported filtering criteria for certain input device types.
This enumeration supports a bitwise combination of its member values.
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
- Inheritance
-
CoreIndependentInputFilters
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | No filters applied. |
MouseButton | 1 | Filter on mouse button input. |
MouseWheel | 2 | Filter on mouse wheel input. |
MouseHover | 4 | Filter on mouse hover input. |
PenWithBarrel | 8 | Filter on pen input with barrel button engaged. |
PenInverted | 16 | Filter on pen input when inverted, typically for an eraser. |
Remarks
Device types are specified in CoreInputDeviceTypes.