diff --git a/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs b/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs index da9b159be729..65a59f475c84 100644 --- a/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs +++ b/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs @@ -387,6 +387,8 @@ private PointerEventArgs AsPointerArgs(Event evt) break; } + properties.IsInRange = true; + var pointerPoint = new Windows.UI.Input.PointerPoint( frameId: time, timestamp: time,