mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:43:36 +02:00
Add wired 360 controller on Windows support
This commit is contained in:
parent
a9eaf3b740
commit
c69ad78d3b
1 changed files with 2 additions and 0 deletions
|
@ -9,8 +9,10 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
// TODO Update to work with any controller that is plugged in.
|
||||
var CONTROLLER_NAMES = [
|
||||
"Wireless 360 Controller",
|
||||
"Controller (XBOX 360 For Windows)",
|
||||
"Controller", // Wired 360 controller
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue