REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
631 stars 62 forks source link

Fix for #298: [Android] Taps are not recognized + Hide ActionBar in fullscreen mode #299

Closed ChaosMarc closed 6 years ago

ChaosMarc commented 6 years ago

On some devices both events AINPUT_SOURCE_TOUCHSCREEN & AINPUT_SOURCE_STYLUS are triggered on tap/touch. see https://github.com/SFML/SFML/issues/953 for more details

ataulien commented 6 years ago

Good that this is such a simple fix. Will merge as soon as the CI is done.

ChaosMarc commented 6 years ago

ah dammit. I committed to early. This PR now also includes a fix to hide the ActionBar in fullscreen mode

ataulien commented 6 years ago

Why is that? Because I would have merged your PR too early?

Just tell me when it's ready then :)

ChaosMarc commented 6 years ago

you can merge when the CI is completed. I actually wanted to do the second fix in another branch but pushed to the wrong one ^^

edit: please merge 👼