Skip to content

pygame-menu v4.0.5

Compare
Choose a tag to compare
@ppizarror ppizarror released this 16 May 22:14
· 654 commits to master since this release
  • Added wait_for_event kwargs for menu mainloop, #329.
  • Base get_counter_attribute does not require incr parameter as 0 is default.
  • Fix ColorInput cursor_switch_ms constructor parameter.
  • Fixed get_cursor for SDL2 compatibility, #330.
  • Improve docs and tests.
  • Menu events accept empty callbacks, #333.
  • New decoration is_enabled method.
  • New menu get_submenus method.
  • Relax assertion on touchscreen option, #332.