NEW 204001
[WPE] Implement support for Pointer Lock API
https://bugs.webkit.org/show_bug.cgi?id=204001
Summary [WPE] Implement support for Pointer Lock API
Carlos Alberto Lopez Perez
Reported 2019-11-08 08:29:29 PST
The Pointer Lock API (formerly called Mouse Lock API) provides input methods based on the movement of the mouse over time (i.e., deltas), not just the absolute position of the mouse cursor in the viewport. It gives you access to raw mouse movement, locks the target of mouse events to a single element, eliminates limits on how far mouse movement can go in a single direction, and removes the cursor from view. It is ideal for first person 3D games, for example. https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API https://www.w3.org/TR/pointerlock/ WPT tests at: http://w3c-test.org/pointerlock/ For GTK this feature was implemented in bug 202956
Attachments
Note You need to log in before you can comment on or make changes to this bug.