1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/mouse
attila a115c99da4 MouseInputSource: Avoid wrong ComponentPeer association
When the mouse moves from one window to another, the mouseExit event
for the old window can occur after the mouseMove event for the new.
Until this commit this would cause the MouseInputSource to be
associated with the old window, and getComponentUnderMouse() would
incorrectly return a nullptr.
2022-12-13 14:44:33 +01:00
..
juce_ComponentDragger.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ComponentDragger.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DragAndDropContainer.cpp DragAndDropContainer: Manage keyboard focus for the drag image when the target needs it hidden 2022-08-15 12:07:40 +02:00
juce_DragAndDropContainer.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DragAndDropTarget.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FileDragAndDropTarget.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_LassoComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseCursor.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseCursor.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseEvent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseEvent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseInactivityDetector.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseInactivityDetector.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseInputSource.cpp MouseInputSource: Avoid wrong ComponentPeer association 2022-12-13 14:44:33 +01:00
juce_MouseInputSource.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseListener.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MouseListener.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_PointerState.h Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
juce_SelectedItemSet.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_TextDragAndDropTarget.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_TooltipClient.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00