Images 💾

Last commit ⭐

commit c9fb3e07d2e4ad786f4a746eea4a2fe7d540050e
Author:     Sam Atkins <atkinssj@serenityos.org>
AuthorDate: Fri Feb 9 17:06:48 2024 +0000
Commit:     Sam Atkins <atkinssj@serenityos.org>
CommitDate: Sun Feb 11 21:13:06 2024 +0000

    BrickGame: Make action shortcuts work when the game is paused
    
    We previously never called event.ignore(), so the keydown event for F2
    or F11 etc would be consumed by the BrickGame widget instead of
    bubbling up. Now you can start a new game, or escape fullscreen mode,
    even if you've paused the game. :^)