- From: ollop <notifications@github.com>
- Date: Tue, 28 May 2024 22:59:25 -0700
- To: w3c/pointerlock <pointerlock@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 May 2024 05:59:29 UTC
When using requestPointerLock({unadjustedMovement: true}) PointerEvent is expected to provide "raw" movementX/movementY information. At least to me, it is unclear what these "raw" values represent. At the moment if movementX == 10 on one computer I have no idea if this is the same as movementX == 10 on another or how to interpret it. I expect that "raw" movementX/movementY are related to the DPI of the used physical pointing device. In any way, the nature of movementX/movementY with "unadjustedMovement: true" should be specified. If movementX/movementY with "unadjustedMovement: true" are related to the input device's DPI, the DPI of the input device should be provided through API. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/pointerlock/issues/98 You are receiving this because you are subscribed to this thread. Message ID: <w3c/pointerlock/issues/98@github.com>
Received on Wednesday, 29 May 2024 05:59:29 UTC