VisualInteractionSourceRedirectionMode Enum

Definition

Indicates what input should be redirected to the InteractionTracker.

public enum class VisualInteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class VisualInteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class VisualInteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum VisualInteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum VisualInteractionSourceRedirectionMode
var value = Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode.off
Public Enum VisualInteractionSourceRedirectionMode
Inheritance
VisualInteractionSourceRedirectionMode
Attributes

Fields

CapableTouchpadAndPointerWheel 3

Pointer input goes to the UI thread, Precision Touchpad and mouse wheel input goes to the compositor.

CapableTouchpadOnly 1

Pointer input goes to the UI thread, Precision Touchpad input goes to the compositor.

Off 0

Redirection is off, all input goes to the UI thread.

PointerWheelOnly 2

Pointer input goes to the UI thread, mouse wheel input goes to the compositor.

Applies to