> Which driver are you using?  Windows?
> I'm currently struggling.  It just does not want to work.

Yes, only Windows.
(NB: Your poll() and GUI stuff should be processed in one main thread.)

I used same approach on Linux with other GUI toolkit:
- get socket descriptor from toolkit and add it to your poll();
- process all UI events of toolkit, when socket becomes readable.

-- Nodir


------------------------------------------------------------------------------
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to