X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fimtk%2Fimtk.h;fp=src%2Fimtk%2Fimtk.h;h=e049e4b4e6c58593cd762f0e076b9fa461bc5745;hp=28ff5d065203d0ee73bc548a35d99b1708a965e8;hb=8e783a58d1e21ace04fd6d7ed00158e65bd78040;hpb=2f14a35e7d557da12f24056267b911f24774aa18 diff --git a/src/imtk/imtk.h b/src/imtk/imtk.h index 28ff5d0..e049e4b 100644 --- a/src/imtk/imtk.h +++ b/src/imtk/imtk.h @@ -85,6 +85,7 @@ void imtk_layout_advance(int width, int height); void imtk_layout_newline(void); void imtk_layout_get_pos(int *x, int *y); void imtk_layout_get_bounds(int *bbox); +int imtk_layout_contains(int x, int y); /* defined in draw.c */ void imtk_set_color(unsigned int col, float r, float g, float b, float a);