🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

consuming input event in Unity UI

Started by
-1 comments, last by rogerdv 9 years, 1 month ago

In my project I have a text scrolling area in the corner of the screen, it responds to mouse wheel by scrolling the contents, as expected. The problem is that Im also using mouse wheel to zoom camera. I need some way to consume or ignore the mouse wheel event if it is used by the scrolling area, how can I do this?

This topic is closed to new replies.

Advertisement