CSS3 Cursors (original values)
CSS3 cursor values added in the 2004 spec, including none, context-menu, cell, vertical-text, alias, copy, no-drop, not-allowed, nesw-resize, nwse-resize, col-resize, row-resize and all-scroll.
CSS3 Cursors: zoom-in & zoom-out
Support for `zoom-in`, `zoom-out` values for the CSS3 `cursor` property.
Pointer events
This specification integrates various inputs from mice, touchscreens, and pens, making separate implementations no longer necessary and authoring for cross-device pointers easier. Not to be mistaken with the unrelated "pointer-events" CSS property.
CSS pointer-events (for HTML)
This CSS property, when set to "none" allows elements to not receive hover/click events, instead the event will occur on anything behind it.
Pointer Lock API
API that provides access to raw mouse movement data. This is done by ignoring boundaries resulting from screen edges where the cursor can't go beyond, providing proper control for first person or real time strategy games.
document api: `pointerlockchange` event
document api: pointerlockelement
document api: `pointerlockerror` event
element api: `auxclick` event: is a `pointerevent`
element api: `click` event: is a `pointerevent`
element api: `contextmenu` event: is a `pointerevent`
element api: haspointercapture
element api: `pointercancel` event
element api: `pointerdown` event
element api: `pointerenter` event
element api: `pointerleave` event
element api: `pointermove` event
element api: `pointerout` event
element api: `pointerover` event
element api: `pointerrawupdate` event
element api: `pointerup` event
element api: setpointercapture
nodeiterator api: pointerbeforereferencenode
pointerevent api
pointerevent api: altitudeangle
pointerevent api: azimuthangle
pointerevent api: getcoalescedevents
pointerevent api: getpredictedevents
pointerevent api: height
pointerevent api: isprimary
pointerevent api: persistentdeviceid
pointerevent api: `pointerevent()` constructor
pointerevent api: `pointerevent()` constructor: `options.altitudeangle` parameter
pointerevent api: `pointerevent()` constructor: `options.azimuthangle` parameter
pointerevent api: pointerid
pointerevent api: pointertype
pointerevent api: pointertype: fractional coordinates for `mouse`.
pointerevent api: pressure
pointerevent api: tangentialpressure
pointerevent api: tiltx
pointerevent api: tilty
pointerevent api: twist
pointerevent api: width
shadowroot api: pointerlockelement
css at-rule: `@media`: `any-pointer` media feature
css at-rule: `@media`: `pointer` media feature
css property: cursor: pointer
css property: pointer-events: applies to html elements
html element: iframe: sandbox: `sandbox="allow-pointer-lock"`
global_attributes: pointer-events
50 results found.