Skip to content

Add missing OffsetX and OffsetY events to TouchPoint class #23153

Closed
@DaveNay

Description

@DaveNay

Issue #20478 addresses the OffsetX and OffsetY properties for MouseEventArgs, however these properties are not present in the TouchPoint class as part of TouchEventArgs

I would like to have the OffsetX and OffsetY properties to provide the following:

OffsetX The X coordinate of the touch point relative to the left edge of the element that is the target of the current event.

OffsetY The Y coordinate of the touch point relative to the top edge of the element that is the target of the current event.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing one

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions