Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Helk on September 06, 2012, 01:16:36 PM

Title: Custom Drag and Drop, OnHover not called?
Post by: Helk on September 06, 2012, 01:16:36 PM
I have an inventory system and I'm doing all the drag and drop stuff myself, However when I click on an item and use OnPress() to set the held item, and then move out of the bounds of that inventory cell, OnHover is not being called on adjacent cells, any idea why or how to fix this? Thanks
Title: Re: Custom Drag and Drop, OnHover not called?
Post by: ArenMook on September 06, 2012, 02:20:35 PM
OnHover will not be called until after OnPress(false). That's just how NGUI works.