Browse Source

update

pull/6351/head
Takoooooo 5 years ago
parent
commit
c2c9790111
  1. 2
      src/Avalonia.X11/X11Platform.cs
  2. 2
      src/Windows/Avalonia.Win32/Win32Platform.cs

2
src/Avalonia.X11/X11Platform.cs

@ -226,7 +226,7 @@ namespace Avalonia
public string WmClass { get; set; } = Assembly.GetEntryAssembly()?.GetName()?.Name ?? "AvaloniaApplication";
/// <summary>
/// Enables multitouch support. The default value is false.
/// Enables multitouch support. The default value is true.
/// </summary>
/// <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.

2
src/Windows/Avalonia.Win32/Win32Platform.cs

@ -58,7 +58,7 @@ namespace Avalonia
public bool? AllowEglInitialization { get; set; }
/// <summary>
/// Enables multitouch support. The default value is false.
/// Enables multitouch support. The default value is true.
/// </summary>
/// <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.

Loading…
Cancel
Save