Skip to content

Commit

Permalink
Allow fractional numbers for x and y positions of pointer actions (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored Feb 10, 2025
1 parent 0713f9c commit 198ddae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11492,8 +11492,8 @@ Note: for a detailed description of the behavior of this command, see the

input.PointerMoveAction = {
type: "pointerMove",
x: js-int,
y: js-int,
x: float,
y: float,
? duration: js-uint,
? origin: input.Origin,
input.PointerCommonProperties
Expand Down

0 comments on commit 198ddae

Please sign in to comment.