thanks
zengl has its active rendering loop internally (which is bad design)
so handling msegui event should be inside this rendering loop .
is there a way to know if an event has been triggered ? , so in the
rendering function i'll write some thing like :
if application.some_event_is_going_to_be_handled then
 application.processmessage else
 begin
   rendering;
 end;

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to