allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Bounds checking for ImGUI tools

Open Daltz333 opened this issue 3 years ago • 1 comments

User should not be able to move popups or boxes outside the bounds of the window. When the window is resized, popups or dialog boxes should get migrated inside of the available space, or resizing should get locked beyond a minimum point.

Daltz333 avatar May 12 '21 04:05 Daltz333

Would WindowManager::DisplayWindows() be an appropriate place to implement this logic? . Presumably this would also require logic in the Window class?

AlexDvorak avatar Jul 08 '22 00:07 AlexDvorak