SDL dual head
Hi to every one
I was trying to init a video surface linked to the second monitor.
But I can't . I didn't find any information avbout it.
could any helpme.
thanks a lot and sorry about my English ;P
I was trying to init a video surface linked to the second monitor.
But I can't . I didn't find any information avbout it.
could any helpme.
thanks a lot and sorry about my English ;P
Pretty sure it's not possible.
Sadly, it's true. There is no support for multiple viewports in SDL. I don't even think you can have multiple windows.
I've found this aggravating too because my main monitor is an LCD, not very game friendly.
I've found this aggravating too because my main monitor is an LCD, not very game friendly.
Quote:I don't even think you can have multiple windows.If I recall correctly this (multiple windows) has been achieved through a lot of hacking on GTK, but it isn't portable... Take a look far, far back in the SDL mailing-list archive if you're interested.
Mark Bishop
thanks a lot.
???
umm
so any suggest , insteed of hacking on GTK.
what about artoolkit.
I need to play back a video to the second monitor
???
umm
so any suggest , insteed of hacking on GTK.
what about artoolkit.
I need to play back a video to the second monitor
Just use whichever API is appropriate for whichever platform you're working on to create a window on that monitor... if you need cross-platform, that's much trickier.

