Missed this for Android
This commit is contained in:
Родитель
35c1b4856a
Коммит
496f8c9e6e
|
@ -45,7 +45,7 @@ namespace SkiaSharp.Views.Forms
|
|||
var pointer = evt.ActionIndex;
|
||||
|
||||
var id = evt.GetPointerId(pointer);
|
||||
var coords = new SKPoint(scalePixels(evt.GetX(pointer)), scalePixels(evt.GetY(pointer)));
|
||||
var coords = scalePixels(evt.GetX(pointer), evt.GetY(pointer));
|
||||
|
||||
switch (evt.ActionMasked)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче