imgui
imgui copied to clipboard
Demo: fixed resizing while maintaining aspect ratio constraint
before version problem:
- can't resize vertially with grap corner.
- can't resize with grap top and bottom edges.
- there is no status value to check which part of the window (corner, edge, etc.) is being used to resize the current window.
my sollution is using mouse cursor status and aspect ratio of next window size
after version:
Linking to #6210