MCPcopy
hub / github.com/aframevr/aframe / disableGrabCursor

Function disableGrabCursor

src/components/look-controls.js:429–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427
428 function enableGrabCursor () { sceneEl.canvas.classList.add('a-grab-cursor'); }
429 function disableGrabCursor () { sceneEl.canvas.classList.remove('a-grab-cursor'); }
430
431 if (!sceneEl.canvas) {
432 if (enabled) {

Callers 1

look-controls.jsFile · 0.85

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected