From: Holger Schemel Date: Wed, 20 Mar 2019 18:18:54 +0000 (+0100) Subject: fixed handling global animation key actions when mouse button is pressed X-Git-Tag: 4.1.3.0~28 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=c271d9388070fd4ae23f7b75abab9045bd81bb73;hp=c271d9388070fd4ae23f7b75abab9045bd81bb73;p=rocksndiamonds.git fixed handling global animation key actions when mouse button is pressed When handling key actions for global animations (like pressing "Enter" or "Escape") which are translated into global animation click events, they were ignored if a "real" mouse button is already held pressed at the same time. This can especially happen with animation event actions that simulate key press events when clicking on global animations, so the key actions were ignored if the mouse button was held down for too long. This change forces key actions of global animations to be handled even if a mouse button was pressed at the same time. ---