1
NGUI 3 Support / Re: Feature Request: Add Tab Order to controls
« on: October 07, 2015, 09:19:27 PM »
Except that Buttons do not have the onTab property on them, so you cannot set that. So instead it has to do the GoLeft/Right/etc...
If every control had a "TabOrder" field (int) and the code searched for the control with the next control where the tab order was greater than the current controls tab order, you could skip the whole searching in different directions and would give us a lot more control over how the tabbing worked.
If every control had a "TabOrder" field (int) and the code searched for the control with the next control where the tab order was greater than the current controls tab order, you could skip the whole searching in different directions and would give us a lot more control over how the tabbing worked.
