mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-07 08:26:05 +00:00
added support for *almost* every key
This commit is contained in:
@@ -26,6 +26,8 @@ public class StreamFrame extends JFrame {
|
||||
this.addMouseListener(mouse);
|
||||
this.addMouseMotionListener(mouse);
|
||||
|
||||
this.setFocusTraversalKeysEnabled(false);
|
||||
|
||||
Dimension dim = Toolkit.getDefaultToolkit().getScreenSize();
|
||||
this.setSize(1280,720);
|
||||
//This might break if the screen res is too small...not sure though
|
||||
|
||||
Reference in New Issue
Block a user