Enabled keys on rpi

This commit is contained in:
jancoow
2015-06-08 14:55:44 +02:00
parent cce3c22deb
commit 44cc0e38d5
-2
View File
@@ -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);