SFML community forums
Help => Graphics => Topic started 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...
-
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?