Skip to main content

EnableMultiTouch Property

Enables multitouch support. The default value is true.

Definition

Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)

public bool? EnableMultiTouch { get; set; }

Property Value

Nullable(Boolean)

Remarks

Multitouch allows a surface (a touchpad or touchscreen) to recognize the presence of more than one point of contact with the surface at the same time.

See Also

Reference

X11PlatformOptions Class
Avalonia Namespace