rxi / microui

A tiny immediate-mode UI library
MIT License
3.29k stars 239 forks source link

Added a flag to prevent window dragging #50

Open valx76 opened 3 years ago

valx76 commented 3 years ago

Windows are missing a flag to prevent them from being dragged. They already have one to prevent resizing, dragging is done in the same fashion.

A nice usecase I can think of is to have one microui window as the root, displayed in a borderless SDL window for example. So the microui window doesn't have any background decoration and seems native.