omar
omar
It is your job to provide a repro to ensure that your request is well formed and thought up. It also in many cases helps you understand the issue better....
I did that intentionally to avoid false negatives and also considering that pie menus have a "gesture" feel to them. e.g. click and drag left, release, by not worrying about...
The PathFill function in theory only handle convex fill, so I suppose that's an artefact of this limitation. Proper support for concave fill would be quite some work. The cheap...
@thennequin > is there any chance to have a storage of string someday for avoiding this custom struct? ;) There's a helper ImGuiTextBuffer which is close to what you are...
Well no this is old code but nowadays you can use GetKeyData(ImGuiKey_GamepadLStickX)->AnalogValue and ditto for Y to construct a 2D vector and use that in your pie menu code.
We have two mecanisms which could be eventually toward that: - It is possible to append to an existing tab bar using `BeginTabBar()` - `BeginTabItem()` has support for `ImGuiTabItemFlags_Leading` and...
The ID would need to allow some form of dynamic registration in order to allow for multiple extensions adding their, a static scheme wouldn't be useful enough.
I'm sorry Roberto I can't give ETA. From mid-month I will resule work on navigational controls and colors will be looked after that. I also can't take on any new...
Please post your styles here! For 1.50 because it is a nice number I would like to work and add those new color themes :)
Thanks for the links, both. @codz01 Ben isn't really a ux designer, he'd made something ignoring any practical real-world consideration. @Flix01 Thanks! Yeah I should move that you are right.....