deniseweird
June 18th, 2008, 14:28
Is it possible/feasible to make the video and menu be in the same window, like in say, Project64? Atleast Qt should have no problem with this i think.
Tillin9
June 18th, 2008, 14:55
Technically it is possible, but I doubt much effort will be spent in that direction. Most plugins use SDL for OpenGL support. There is a hack to get SDL to use a Gtk window for Gtk 1.2, I'm not 100% sure about SDL with Gtk 2.0 or Qt, though its probably doable. However, trying to do something like this would both require extending the plugin framework and tie the emulator to the GUI, which are two things we don't really want to do.
okaygo
June 18th, 2008, 16:44
I agree with Tillin9 on this issue, this is the reason we added OSD and keyboard hotkeys, so that the GUI in the background could be controlled via Keyboard. Also doing that would make a few things really hard: Porting for one.
deniseweird
June 18th, 2008, 17:11
I had no idea most video plugins used SDL, that explains a lot. Thanks for the quick answer, and good luck with the emulator. :)
okaygo
June 18th, 2008, 18:20
Thanks! And remember, for a even quicker response you can join IRC, irc.freenode.net #mupen64plus
deniseweird
June 19th, 2008, 02:17
Thanks! Though I didn't think this reply was slow, I will try it out in the future if I have any questions or request.
HyperHacker
August 8th, 2008, 06:47
Is there no way to locate the video window and just embed it into the GUI window? You can do it with FindWindow and SetParent in Windows.
vBulletin v3.6.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.