Page 1 of 1

External USB controller

Posted: 08 Aug 2015, 14:21
by DannyYeong
I am planning to use an external USB controller to move an object's position in the scene. Currently I'm using the keyboard arrow keys instead. How do I retrieve the external USB controller's buttons into the script?

Re: External USB controller

Posted: 10 Aug 2015, 07:51
by coppelia
Hello,

this will really depend on what type of controller you are using. Probably you will have to do the integration via a plugin and some existing library that allows to interact with that controller.

Cheers