Browse Source
Merge branch 'master' into gl-active-texture
pull/8734/head
Nikita Tsukanov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/Avalonia.Base/Input/PointerOverPreProcessor.cs
|
|
|
@ -158,6 +158,8 @@ namespace Avalonia.Input |
|
|
|
ClearPointerOver(pointer, root, timestamp, position, properties, inputModifiers); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
_lastPointer = (pointer, root.PointToScreen(position)); |
|
|
|
} |
|
|
|
|
|
|
|
private void SetPointerOverToElement(IPointer pointer, IInputRoot root, IInputElement element, |
|
|
|
@ -195,7 +197,6 @@ namespace Avalonia.Input |
|
|
|
} |
|
|
|
|
|
|
|
el = root.PointerOverElement = element; |
|
|
|
_lastPointer = (pointer, root.PointToScreen(position)); |
|
|
|
|
|
|
|
e.RoutedEvent = InputElement.PointerEnteredEvent; |
|
|
|
|
|
|
|
|