1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ComponentBoundsConstrainer: Add new decorator constrainer

This commit is contained in:
reuk 2023-05-23 13:42:07 +01:00
parent 1ad3430e14
commit 1c1cbdf18d
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
5 changed files with 156 additions and 48 deletions

View file

@ -199,6 +199,7 @@ namespace juce
#include "desktop/juce_Desktop.h"
#include "desktop/juce_Displays.h"
#include "layout/juce_ComponentBoundsConstrainer.h"
#include "layout/juce_BorderedComponentBoundsConstrainer.h"
#include "mouse/juce_ComponentDragger.h"
#include "mouse/juce_DragAndDropTarget.h"
#include "mouse/juce_DragAndDropContainer.h"