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/desktop
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_Desktop.cpp MouseInputSource: Eliminate superfluous drag events caused by pressure change 2022-02-15 10:53:32 +00:00
juce_Desktop.h Add FocusOutline class for indicating Component keyboard focus 2022-01-20 15:46:53 +00:00
juce_Displays.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_Displays.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00