You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two props to check whether the user is hovering an object: onPointerOver and onPointerEnter.
Those events currently function identically, right? It would be very helpful if the onPointerEnter event would only fire on the object which is closest to the camera (the same object which is targeted with onClick). This would also fit the behaviour of onmouseenter.
This discussion was converted from issue #1844 on November 23, 2021 13:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
There are two props to check whether the user is hovering an object:
onPointerOver
andonPointerEnter
.Those events currently function identically, right? It would be very helpful if the
onPointerEnter
event would only fire on the object which is closest to the camera (the same object which is targeted withonClick
). This would also fit the behaviour of onmouseenter.Beta Was this translation helpful? Give feedback.
All reactions