Browse Source
Merge branch 'master' into fix-doc-comment
pull/7806/head
Jumar Macato
5 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
0 deletions
-
src/Avalonia.Input/MouseDevice.cs
|
|
|
@ -147,6 +147,8 @@ namespace Avalonia.Input |
|
|
|
if(mouse._disposed) |
|
|
|
return; |
|
|
|
|
|
|
|
if (e.Type == RawPointerEventType.NonClientLeftButtonDown) return; |
|
|
|
|
|
|
|
_position = e.Root.PointToScreen(e.Position); |
|
|
|
var props = CreateProperties(e); |
|
|
|
var keyModifiers = KeyModifiersUtils.ConvertToKey(e.InputModifiers); |
|
|
|
|