type PointerLockAPI = { beginLock: () => void, endLock: () => void, hasLock: () => boolean, }
packages / workbench / src / interact / event.ts