Author Topic: Does NGUI support gamepads on iOS 7?  (Read 3029 times)

morgue

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 23
    • View Profile
Does NGUI support gamepads on iOS 7?
« on: February 06, 2014, 03:38:33 PM »
We're adding gamepad support for our next project, and I can't seem to find info on this matter, there's however some code on NGUI that seems to disable gamepad stuff if the game is running on iPhone, so, I was wondering if it's supported, and if not, if it will be :)

Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Does NGUI support gamepads on iOS 7?
« Reply #1 on: February 06, 2014, 08:59:04 PM »
Controller input is disabled on mobiles by default. You can change it by modifying UICamera's Awake function to not do that.