tags:

views:

61

answers:

1

hi,

I'm developing an application in C++ on Windows and i don't know in Openlg how to initialize several devices or screens for an multi-monitor application.

Thanks Paul

+2  A: 

You'll have to create a separate render context for each window with wglCreateContext.

Andreas Brinck