ppizarror / pygame-menu

A menu for pygame. Simple, and easy to use
https://pygame-menu.readthedocs.io/
Other
556 stars 141 forks source link

Relax assertion on touchscreen option #332

Closed anxuae closed 3 years ago

anxuae commented 3 years ago

To fix #331

Tested on a touchscreen device with pygame 1.9.6

codecov[bot] commented 3 years ago

Codecov Report

Merging #332 (6661aa6) into master (a0742b8) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
- Coverage   95.05%   95.02%   -0.03%     
==========================================
  Files          46       46              
  Lines       10638    10640       +2     
==========================================
- Hits        10112    10111       -1     
- Misses        526      529       +3     
Impacted Files Coverage Δ
pygame_menu/menu.py 94.18% <ø> (-0.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0742b8...6661aa6. Read the comment docs.

ppizarror commented 3 years ago

thanks!