fixed creating additional click events from global animation events
authorHolger Schemel <info@artsoft.org>
Sat, 9 Dec 2023 16:26:19 +0000 (17:26 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 9 Dec 2023 16:33:55 +0000 (17:33 +0100)
commit0fa16ae6e75fc44a990a57ced9f9397eefb439e4
treee1effcff9271e1583220644e6bdc4423de01a308
parent3953adccd575c38db5f5eaee89704dab932441b5
fixed creating additional click events from global animation events

When handling global animation events that trigger user events handled
as either key, gadget or screen events, prevent creating additional
key or button events to be handled by global animations again, as this
can confuse further button event processing, which may cause buttons
or menu items to be selected by accident.
src/events.c