First Velocity Control Implemented

This commit is contained in:
Noah
2021-10-06 22:03:11 +02:00
parent 6a8070b9ef
commit b8218359d9
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -421,4 +421,8 @@ public class MenuWindow {
menuWindow.setVisible(visibility);
}
public void setFocus(){
menuWindow.requestFocus();
}
}