Pygame v2.0.0.dev24 Release Notes

Release Date: 2020-10-27 // over 3 years ago
  • python3 -m pip install pygame=2.0.0.dev24
    

    🚀 A bunch of fixes and speedups before the release.
    0️⃣ Now the default branch on the pygame repo is main.

    @MyreMylar Dan Lawrence

    • Sets SDL Hint for hidden mouse cursor at window edges when full screen #2254
    • Documents that integers underlying key code constants differ between Pygame 1 & 2 #2253
    • ⚡️ Updates the joystick docs to include controller mappings for X360 & PS4 controllers #2252
    • ⚡️ Updates the docs for toggle_fullscreen() #2251
    • 🆕 New Alpha blitter - fixes and speed ups #2243

    @siggisv Sigurður Sveinn Halldórsson

    • ➕ Add to test/draw_test.py some unit tests for draw.line() #2247

    Ankith @ankith26

    • A small little deletion of obsolete file #2256
    • Do MOUSEBUTTONUP event on MOUSEWHEEL #2242
    • 🛠 Fix event.post KEYDOWN/KEYUP #2244