added handling clickable global animations during request dialog
[rocksndiamonds.git] / src / tools.c
index e33344dd6b23cd1a64bd06a2f84d4d8924836fc0..d3bfb74dd9385fde17716522aaf9555247ce42be 100644 (file)
@@ -4333,6 +4333,12 @@ static int RequestHandleEvents(unsigned int req_state)
                button_status = MB_RELEASED;
            }
 
+           if (HandleGlobalAnimClicks(mx, my, button_status, FALSE))
+           {
+             // do not handle this button event anymore
+             continue;         // force mouse event not to be handled at all
+           }
+
            // this sets 'request_gadget_id'
            HandleGadgets(mx, my, button_status);