Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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
-
OnDeselectEvent is just a function called from OnSelect(bool isSelected) -- which is an NGUI notification.