Gosu v1.3.0 Release Notes

Release Date: 2022-01-02 // over 2 years ago
    • Add Window#gain_focus callback to mirror Window#lose_focus, which was previously undocumented and only implemented on iOS. (#600) Thanks @cyberarm!
    • 🛠 Fix Gosu::Window#tick not raising errors from callbacks. (#594) Thanks again, @cyberarm!
    • 🔨 C++: Refactor the Gosu::Color interface to be less verbose.