Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: alic on March 03, 2014, 12:26:35 AM

Title: Is there a way to get mouse and keyboard input working simultaneously?
Post by: alic on March 03, 2014, 12:26:35 AM
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?
Title: Re: Is there a way to get mouse and keyboard input working simultaneously?
Post by: ArenMook on March 04, 2014, 12:11:44 AM
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.