self explanatory title i think. i have decided that its too much work to straight up modify the cview class. now im left wondering how i can create an sfml window/view and then maybe take a pointer to it(?) and maybe cast it into a cview. simply reinterpret casting doesnt do anything obviously so i tried finding some function/initializer that could maybe take a HWND object and make a cview out of it? im very confused and doubting if this is even possible at this point. help would be appreciated
That’s not that easy, but you can have a look at vstgui/vstgui/contrib/evbutton_win32.cpp at develop · steinbergmedia/vstgui · GitHub how to integrate a HWND child window into a VSTGUI view hierarchy.