Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jindave on April 05, 2014, 08:22:50 AM

Title: UIInput OnDeselectEvent
Post by: jindave on April 05, 2014, 08:22:50 AM
Hello,
is there any way how to disable closing the input (keyboard), when I touch outside the  input onto screen ?
Is seems that in case when I touch outside the input, there is no call of method OnDeselectEvent.
Tested on 3.5.5
Title: Re: UIInput OnDeselectEvent
Post by: ArenMook on April 05, 2014, 11:51:17 AM
OnDeselectEvent is just a function called from OnSelect(bool isSelected) -- which is an NGUI notification.