es.ucm.look.ar.hud
Class BasicHud
java.lang.Object
es.ucm.look.ar.hud.BasicHud
- All Implemented Interfaces:
- HUD
public class BasicHud
- extends java.lang.Object
- implements HUD
Constructor Summary |
BasicHud(int width,
int height)
|
Method Summary |
void |
draw(GL10 gl,
float width,
float height)
|
boolean |
touch(float x,
float y,
int type)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
b
public Button b
BasicHud
public BasicHud(int width,
int height)
draw
public void draw(GL10 gl,
float width,
float height)
- Specified by:
draw
in interface HUD
touch
public boolean touch(float x,
float y,
int type)
- Specified by:
touch
in interface HUD