added support for gamepads (known to work with xbox 360)

This commit is contained in:
Diego Waxemberg
2013-12-09 14:43:34 -05:00
parent b7f98f6636
commit 231180cbe5
4 changed files with 248 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ public class StreamFrame extends JFrame {
//This might break if the screen res is too small...not sure though
this.setLocation(dim.width/2-this.getSize().width/2, dim.height/2-this.getSize().height/2);
makeFullScreen();
//makeFullScreen();
hideCursor();
this.setVisible(true);