UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines 310 B
import store from "@lincode/reactivity"; import { cameraPointerLockPtr } from "../pointers/cameraPointerLockPtr"; export const [setCameraPointerLock, getCameraPointerLock] = store(undefined); getCameraPointerLock((camera) => (cameraPointerLockPtr[0] = camera)); //# sourceMappingURL=useCameraPointerLock.js.map