Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected