Hello, I'am new to NGUI and looking for some help. I have disabled the mouse input and my menus are solely driven using the d-pad on an Xbox controller. I would like a tooltip or even a UIlabel to appear when the user navigates through each option/button on any panel.
Can I use UITooltip or is that for mouse input only? If I cannot is there a way for me to call a function when the UIButton is "highlighted" or on hover? I have tried using OnHover, however is seems to run once on highlighting the UIButton and then again when "leaving" the UIButton.
Many thanks for any advice offered