Author Topic: Is there a way to get mouse and keyboard input working simultaneously?  (Read 2041 times)

alic

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Hey, I'm wondering if there's a way in the latest version of NGUI to allow menus to be controlled by keyboard and mouse simultaneously for PC games.  If there's nothing built into NGUI, does anyone know of an implementation on the asset store or elsewhere?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
You can use both mouse and keyboard. It's all based on the last type of input used. So if you start using arrow keys to move around, it will switch to the keyboard mode. If you then move the mouse, it will switch to mouse mode.