When I unfocus my app I still get hover events (I can hear them) - e.g. if I have chrome up on top of Unity I can hear buttons being hovered while I am browsing. My app is set to run in the background. I trivially fixed it by keying off whether the application was focused in UICamera before applying a hover object. Was there a reason this is not done in NGui already? Something I am not thinking about?
Thanks!