|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormInput | |
---|---|
android.gameengine.icadroids.forms |
Uses of IFormInput in android.gameengine.icadroids.forms |
---|
Methods in android.gameengine.icadroids.forms with parameters of type IFormInput | |
---|---|
void |
GameForm.showView(java.lang.String layoutName,
IFormInput IformInput)
Add a new view (layout) on the top of the current view. |
Constructors in android.gameengine.icadroids.forms with parameters of type IFormInput | |
---|---|
GameForm(java.lang.String layoutName,
IFormInput IformInput,
GameEngine gameEngine)
Make a GameForm and show immediately the given Layout |
|
ViewCreator(GameEngine gameengine,
int layoutID,
IFormInput IformInput)
Creates a view on top of the GameView that are made in the android XML layout file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |