es.ucm.look.ar.hud
Interface HUD

All Known Implementing Classes:
BasicHud

public interface HUD


Method Summary
 void draw(GL10 gl, float width, float height)
           
 boolean touch(float x, float y, int type)
           
 

Method Detail

draw

void draw(GL10 gl,
          float width,
          float height)

touch

boolean touch(float x,
              float y,
              int type)