Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit e80d0a4

Browse files
committed
added a 0
1 parent 4117788 commit e80d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/xbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ XboxController.configure = function() {
165165
break;
166166
case 6:
167167
console.log('Press and release D-pad up','key');
168-
XboxController.reader('dup',2,'key');
168+
XboxController.reader('dup',2,'key',0);
169169
break;
170170
case 7:
171171
console.log('Press and release D-pad down');

0 commit comments

Comments
 (0)