Welcome,
Guest
. Please
login
or
register
.
April 24, 2026, 07:15:48 PM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UIInput OnDeselectEvent
« previous
next »
Print
Pages: [
1
]
Author
Topic: UIInput OnDeselectEvent (Read 3265 times)
jindave
Newbie
Thank You
-Given: 2
-Receive: 0
Posts: 6
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
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UIInput OnDeselectEvent