omar
omar
> what does Platform init didn't install handlers? mean? See the provided imgui_impl_win32.cpp code.
Everyone: let's move the Linux/Mac specific discussion to #2117 so we can keep this topic on the general features/issues that are mostly common to all platforms, else this is going...
@ngminteck > Hello manage to fix the crash, however when i drag my window outside the of console window, the render stay inside, but outside will be black window, any...
@obfuscate Hello, 1) As documented in API Breaking Changes, with multi-viewport the coordinate system needs to matches your desktop coordinate system. You can use `GetMainViewport()->Pos` as a base position hee....
Everyone: if you are using a custom binding, this entry point has been added to support window minimization: ``` bool (*Platform_GetWindowMinimized)(ImGuiViewport* vp); ``` Window minimization is often only available when...
Thanks for posting those links, they are super useful for my work on viewport and docking.
Eventually it should be added but it's not complete nor good enough yet. In order to support submenus the API would likely need to be changed?
I'm not sure. Open a second pie-popup over the center of the previous button? That would suggest that merely holding mouse would open the sub-menu (like normal menu), which in...
Thanks @Horrowind, really useful!
You should be able to, the pie-menu is its own window. Krys please provide more detailed information and standalone repro code with your questions when possible! Lots of your questions...