EnableMultiTouch Property
Enables multitouch support. The default value is true.
Definition
Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)
- C#
- VB
- F#
public bool? EnableMultiTouch { get; set; }
Public Property EnableMultiTouch As Boolean?
Get
Set
member EnableMultiTouch : Nullable<bool> with get, set
Property Value
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.