Uses of Class
android.gameengine.icadroids.renderer.GameView

Packages that use GameView
android.gameengine.icadroids.engine   
android.gameengine.icadroids.input   
 

Uses of GameView in android.gameengine.icadroids.engine
 

Methods in android.gameengine.icadroids.engine with parameters of type GameView
 void GameLoop.setView(GameView view)
          Set the view which the GameLoop draws on
 

Uses of GameView in android.gameengine.icadroids.input
 

Constructors in android.gameengine.icadroids.input with parameters of type GameView
TouchInput(GameView v)