mouseDown不生效 #238
Unanswered
Mr-Wang-Y-P
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在我想要实现,点击spline触发函数,发现使用click是原生的event,而使用mouseDown不生效。spline.load('/scene.splinecode').then(() => {
// spline.addEventListener('mouseDown', (e) => {
// console.log('mouseDown',e);
// });
// spline.addEventListener('click', (e) => {
// console.log('click',e);
// });
})
Beta Was this translation helpful? Give feedback.
All reactions