Bug 218054
Summary: | Support unaccelerated mouse movement option for Pointer Lock | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Uberti <juberti> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | a_protyasha, beidson, cdumez, ggaren, graouts, hi, jameshoward, smoley, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Mac | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/49536 |
Justin Uberti
Most desktop OSes apply acceleration to mouse inputs to allow fine movement as well as quick moves from one side of the screen to another. This can be problematic when controlling aim in FPS games though.
A proposal has been made for the pointer lock API to allow this acceleration to be disabled: https://github.com/w3c/pointerlock/pull/49/, and this is now shipping in Chrome on Windows (behind origin trial for other platforms): https://www.chromestatus.com/feature/5723553087356928.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70587738>
James Howard
Pull request: https://github.com/WebKit/WebKit/pull/17525
EWS
Committed 276399@main (2ec55eb4e151): <https://commits.webkit.org/276399@main>
Reviewed commits have been landed. Closing PR #17525 and removing active labels.
Abrar Rahman Protyasha
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/49536