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