Closed marcinwenger closed 1 year ago
Is there anything preventing this to work? mouse.x is always 0
mouse.x
0
useFrame((state) => { console.log('mouse', state.mouse.x) })
I'm sorry I was missing this:
useCursor(hovered)
Is there anything preventing this to work?
mouse.x
is always0