From d54917e81dad9f825c081e490010c82f936942ba Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 7 Feb 2025 16:12:25 +0100 Subject: [PATCH] Allow fractional numbers for x and y positions of pointer actions --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index ab409aef..014e8de8 100644 --- a/index.bs +++ b/index.bs @@ -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