Browse Source

Enabled keys on rpi

jancoow 10 năm trước cách đây
mục cha
commit
44cc0e38d5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      main/Window.java

+ 0 - 2
main/Window.java

@@ -75,10 +75,8 @@ public class Window extends JFrame {
 		});
 		
 		//Create EventListeners
-		if(!Window.ON_RASP){
 			addKeyListener(bth);
 			addKeyListener(jsh);
-		}
 		bth.addButtonListener(control);
 		jsh.addJoystickListener(control);