X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fevents.c;h=6054f74097006ca8d9b0140424f867b71b173da2;hp=eaa87c00989d9ed5379db662e3276071df20998d;hb=f93b88d332d24f32bbd5030cf8dec20fdb8d5ea9;hpb=71664f429ff6b802e1826ce51688ce81914ada0d diff --git a/src/events.c b/src/events.c index eaa87c00..6054f740 100644 --- a/src/events.c +++ b/src/events.c @@ -1680,6 +1680,10 @@ void HandleButton(int mx, int my, int button, int button_nr) strEqual(setup.touch.control_type, TOUCH_CONTROL_FOLLOW_FINGER) || (strEqual(setup.touch.control_type, TOUCH_CONTROL_VIRTUAL_BUTTONS) && !CheckVirtualButtonPressed(mx, my, button))); + + // always recognize potentially releasing already pressed gadgets + if (button == MB_RELEASED) + handle_gadgets = TRUE; #endif if (HandleGlobalAnimClicks(mx, my, button, FALSE))