4ian / GDevelop

:video_game: Open-source, cross-platform game engine designed to be used by everyone.
https://gdevelop.io
Other
6.2k stars 713 forks source link

Fix #5837: resize/rotating shouldn't be possible while holding space #6513

Closed LeonardoAlvess closed 1 month ago

LeonardoAlvess commented 1 month ago

Fix Bug #5837 The bug was happening because the event associated with the resize/rotate handles would get triggered instead of moving the screen with space bar. To fix this, I changed the event of the resize/rotate handles so that when the space bar is pressed, the event would call the correct method.