pygame-menu v4.0.5
- Added
wait_for_event
kwargs for menu mainloop, #329. - Base
get_counter_attribute
does not requireincr
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.