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 Szarvas 101a886821 MouseInputSource: Eliminate superfluous drag events caused by pressure change
The bug was triggered on Monterey where a pressure of 1 is reported
while a mouse button is being held down. This caused an extra drag
event being triggered between mouse down and up events, even if no
movement occurred.
2022-02-15 10:53:32 +00:00
..
juce_ComponentDragger.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentDragger.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_DragAndDropContainer.cpp DragAndDropContainer: Allow custom scaling 2021-12-01 15:35:54 +00:00
juce_DragAndDropContainer.h DragAndDropContainer: Allow custom scaling 2021-12-01 15:35:54 +00:00
juce_DragAndDropTarget.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FileDragAndDropTarget.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_LassoComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_MouseCursor.cpp MouseCursor: Allow arbitrarily-sized cursors on Windows 2022-01-10 22:15:21 +00:00
juce_MouseCursor.h ScaledImage: Use in a few more places 2021-12-01 15:44:07 +00:00
juce_MouseEvent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_MouseEvent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_MouseInactivityDetector.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_MouseInactivityDetector.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_MouseInputSource.cpp MouseInputSource: Eliminate superfluous drag events caused by pressure change 2022-02-15 10:53:32 +00:00
juce_MouseInputSource.h MouseInputSource: Eliminate superfluous drag events caused by pressure change 2022-02-15 10:53:32 +00:00
juce_MouseListener.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_MouseListener.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_PointerState.h MouseInputSource: Eliminate superfluous drag events caused by pressure change 2022-02-15 10:53:32 +00:00
juce_SelectedItemSet.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_TextDragAndDropTarget.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_TooltipClient.h Updated all license headers 2020-06-29 08:30:22 +01:00