Author Topic: Application focus and hover events  (Read 1167 times)

DirtyHippy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 25
    • View Profile
Application focus and hover events
« on: November 07, 2016, 09:44:17 PM »
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!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Application focus and hover events
« Reply #1 on: November 09, 2016, 12:28:04 PM »
No specific reason. I can probably integrate your change into the main repository if you post it.