Skip to content

Extension to report "primary" pointer up/down events on Android? #3853

@MarijnS95

Description

@MarijnS95

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    DS - androidAffects the Android backend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions