コード例 #1
0
ファイル: Sporepedia.java プロジェクト: pablinos/Processing
 public void draw() {
   if (machine.draw() == null) {
     exit();
   }
 }