-
Hi everyone, I am new to react and react-three-fiber, I am used to threejs though. I'm looking to build an interactive application using r3f, I want to be able to interact with objects in my react app using a wacom tablet. I am wondering if it is possible to get input events from a wacom, such as mouse location, pressure values in my react application? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
it should work since r3f uses real pointer events. our events are a mix of threejs raycast/hit-test data and the devices pointer-event, you get both with full data. |
Beta Was this translation helpful? Give feedback.
it should work since r3f uses real pointer events. our events are a mix of threejs raycast/hit-test data and the devices pointer-event, you get both with full data.