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 anyone needs it we could expose whether this is the first ("primary") finger going down or the last (""primary""?) finger to go up. This is also easy for the user to track by keeping a rolling count of how many up and down events they have seen though.
(Which could be a little cheaper if we create a separate extension keyed off the difference between Down and PointerDown, and (Pointer)Up respectively, but would have to store a bool for it anyways)
The text was updated successfully, but these errors were encountered:
If anyone needs it we could expose whether this is the first ("primary") finger going down or the last (""primary""?) finger to go up. This is also easy for the user to track by keeping a rolling count of how many up and down events they have seen though.
(Which could be a little cheaper if we create a separate extension keyed off the difference between
Down
andPointerDown
, and(Pointer)Up
respectively, but would have to store abool
for it anyways)The text was updated successfully, but these errors were encountered: