Gosu v1.1.0 Release Notes

Release Date: 2021-01-20 // about 3 years ago
    • Gosu::Window can now be created with borderless: true (WF_BORDERLESS in C++) to hide all window chrome. Thanks to @cyberarm for this contribution.
    • Gosu::Window#resizable= and Gosu::Window#borderless= allow changing these properties later.
    • 🏁 Windows: Pin the main thread to the first processor core during Window::show to avoid timing glitches.