[Webkit-unassigned] [Bug 204001] New: [WPE] Implement support for Pointer Lock API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 8 08:29:29 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204001

            Bug ID: 204001
           Summary: [WPE] Implement support for Pointer Lock API
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191108/01cfd7c1/attachment.htm>


More information about the webkit-unassigned mailing list