}
-void glCompImageMouseOut(glCompObj * obj, GLfloat x, GLfloat y)
-{
- /*Put your internal code here */
- if (((glCompImage *) obj)->common.callbacks.mouseout)
- ((glCompImage *) obj)->common.callbacks.mouseout(obj, x, y);
-}
-
void glCompImageMouseOver(glCompObj * obj, GLfloat x, GLfloat y)
{
/*Put your internal code here */
int width, int height,int is2D);
extern int glCompImageLoadPng(glCompImage * i, char *pngFile,int is2D);
extern void glCompImageDraw(void *obj);
- extern void glCompImageMouseOut(glCompObj * obj, GLfloat x, GLfloat y);
extern void glCompImageMouseOver(glCompObj * obj, GLfloat x,
GLfloat y);
extern void glCompImageMouseUp(glCompObj * obj, GLfloat x, GLfloat y,