Beispiel #1
0
 public void move(float deltx, float delty) {
   area.move(deltx, delty);
   reloadVBO();
 }