mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-08 00:46:09 +00:00
added support for gamepads (known to work with xbox 360)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user