mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Previously, getScreenPosition would return a result in the component's coordinate space if it was called on a component that was not directly or indirectly on the desktop. This behaviour is surprising and difficult to program around. This change should ensure that the result is always in the screen's coordinate space. |
||
|---|---|---|
| .. | ||
| juce_CachedComponentImage.h | ||
| juce_Component.cpp | ||
| juce_Component.h | ||
| juce_ComponentListener.cpp | ||
| juce_ComponentListener.h | ||
| juce_ComponentTraverser.h | ||
| juce_FocusTraverser.cpp | ||
| juce_FocusTraverser.h | ||
| juce_ModalComponentManager.cpp | ||
| juce_ModalComponentManager.h | ||