|
|
@ -147,6 +147,8 @@ namespace Avalonia.Input |
|
|
if(mouse._disposed) |
|
|
if(mouse._disposed) |
|
|
return; |
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
if (e.Type == RawPointerEventType.NonClientLeftButtonDown) return; |
|
|
|
|
|
|
|
|
_position = e.Root.PointToScreen(e.Position); |
|
|
_position = e.Root.PointToScreen(e.Position); |
|
|
var props = CreateProperties(e); |
|
|
var props = CreateProperties(e); |
|
|
var keyModifiers = KeyModifiersUtils.ConvertToKey(e.InputModifiers); |
|
|
var keyModifiers = KeyModifiersUtils.ConvertToKey(e.InputModifiers); |
|
|
|