Re: [GtkGLExt] Redisplay ?



Andreas Volz schrieb:
> Hi,
> 
> how could I force gtkglextmm to redisplay the OpenGL widget after I
> pressed a key or moved the mouse. Currently I execute
> 
> on_expose_event (NULL);
> 
> in the key or mouse callback. This seems to work, but is there nothing
> like a glutPostRedisplay() function?


queue_draw();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]