Author Topic: UIInput OnDeselectEvent  (Read 3265 times)

jindave

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 6
    • View Profile
UIInput OnDeselectEvent
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput OnDeselectEvent
« Reply #1 on: April 05, 2014, 11:51:17 AM »
OnDeselectEvent is just a function called from OnSelect(bool isSelected) -- which is an NGUI notification.