Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Joe @ ByDesign Games on July 28, 2013, 06:17:18 PM

Title: API change request: please add OnInputChanged support to UIForwardEvents
Post by: Joe @ ByDesign Games on July 28, 2013, 06:17:18 PM
Forwarding OnInput with UIForwardEvents works great, but it feels like an omission that OnInputChanged is not supported.

Finding we keep having to copy our own UIForwardEvents that does support it, with each project.

It's any easy addition; please add to future release!

thanks :)
Title: Re: API change request: please add OnInputChanged support to UIForwardEvents
Post by: galuodo on July 29, 2013, 07:52:33 AM
u can add this function by yourself :)
Title: Re: API change request: please add OnInputChanged support to UIForwardEvents
Post by: Joe @ ByDesign Games on July 29, 2013, 08:45:31 AM
I think you missed the point of this thread.

Already acknowledged that we're adding it ourself.

But the point is, we shouldn't have to, because UIForwardEvents is incomplete without it.