Author Topic: UIInput and submit button  (Read 2864 times)

nicloay

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
UIInput and submit button
« on: April 15, 2015, 06:41:42 AM »
I Use unity Input and defined additional button for "Submit" behavior ("E") default is just "return"

and UIKeyNavigation doesn't work with "E", I see that UIInput class use hardcoded key code and doesn't work with Input.

I use 3.6.3 version and not sure whether it fixed in latest version.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput and submit button
« Reply #1 on: April 16, 2015, 07:24:47 AM »
You're right, I'll change it to use UICamera's submitKey0 and submitKey1.