コード例 #1
0
ファイル: FluidPipe.java プロジェクト: altal22/jaamsim
 /** Inform simulation and editBox of new positions. */
 @Override
 public void dragged(Vec3d dist) {
   KeywordIndex kw =
       InputAgent.formatPointsInputs(pointsInput.getKeyword(), pointsInput.getValue(), dist);
   InputAgent.apply(this, kw);
   super.dragged(dist);
 }