172173174175176177178179180
case KeyEvent.VK_SPACE: onFire(new FireEvent(id)); break; } if (direction != null || turn != null) { ObjectMoveEvent event = new ObjectMoveEvent(id, direction, turn); onUserControl(event); } }