SFML community forums

Help => Graphics => Topic started by: barnack on November 25, 2017, 02:46:38 pm

Title: Create a rendering surface in another application's window
Post by: barnack on November 25, 2017, 02:46:38 pm
Greetings,
is it possible, given a window's HWND, to forcefully add there an sfml rendering surface? To be more specific i'd whish to add a surface in a cmd window...
Title: Re: Create a rendering surface in another application's window
Post by: Laurent on November 25, 2017, 06:23:25 pm
Well, since there's just a single useful thing to do with an external HWND in SFML (creating a sf::Window from it), why don't you just try and see by yourself?