Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 2.08 KB

FeatureRequests.md

File metadata and controls

23 lines (15 loc) · 2.08 KB

Features to be considered for Next Version

Feature requests and new requirements for the next version of the Pointer Lock specification are gathered here for consideration in subsiquent versions of the specification.

Submit a feature request by filing a Pointer Lock Issue or submiting a pull request with changes to this document.

Pointer Clip: Limiting movement of the cursor without hiding it

w3c#27

  • Restrict pointer to a rectangle (while either windowed or in fullscreen (relevant for multi-display))
  • Suppress any user agent or operating system UI elements that appear when hovering cursor in a region. This prevents e.g. a "hover near top of screen to bring down fullscreen exit instruction reminder" or the Mac OSX Dock that appears at screen edges.
  • Security issues would then be essentially the same as pointer lock, the difference being that a) the pointer is not hidden, b) the pointer is not warped, c) the pointer is bounded by the area specified by the web app - not the user agent selected rectangle used as an implementation detail of pointer lock.
  • Notes on Pointer Clip from a Chromium discussion.
  • See thread Problems with mouse-edge scrolling and games.

Raw movement data, not pixel location clamped, and unmodified by operating system 'acceleration' or 'ballistics'