update_font(p,p->text,fontName,temp->size);
}
-
-void glCompLabelClick(glCompObj * o, GLfloat x, GLfloat y,
- glMouseButtonType t)
-{
- if (o->common.callbacks.click)
- o->common.callbacks.click(o, x, y, t);
-}
-
void glCompLabelDoubleClick(glCompObj * obj, GLfloat x, GLfloat y,
glMouseButtonType t)
{
/*events*/
extern int glCompLabelDraw(glCompLabel * p);
- extern void glCompLabelClick(glCompObj * o, GLfloat x, GLfloat y,
- glMouseButtonType t);
extern void glCompLabelDoubleClick(glCompObj * obj, GLfloat x,
GLfloat y, glMouseButtonType t);
extern void glCompLabelMouseDown(glCompObj * obj, GLfloat x, GLfloat y,