Exemplo n.º 1
0
 public void update() {
   test.update(input);
 } // perform update effects based on received inputs.
Exemplo n.º 2
0
 public void cleanup() {
   test.cleanup();
 }
Exemplo n.º 3
0
 public void render(int orientation) {
   test.render();
 }