You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I fire a PointerDownAction with the x and y fields set like this:
, _actionX =Just1000
, _actionY =Just500
When I inspect the mouse down on the JavaScript side all the fields like pageX, clientY are all set to zero, so the mouse down gets applied to whatever is on the top left.
The text was updated successfully, but these errors were encountered:
If I fire a
PointerDownAction
with the x and y fields set like this:When I inspect the mouse down on the JavaScript side all the fields like
pageX
,clientY
are all set to zero, so the mouse down gets applied to whatever is on the top left.The text was updated successfully, but these errors were encountered: