ppizarror / pygame-menu

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

Fix event postion in selector with touchscreen #323

Closed anxuae closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #323 (fac0d46) into master (91de654) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #323   +/-   ##
=======================================
  Coverage   94.68%   94.68%           
=======================================
  Files          45       45           
  Lines       10626    10626           
=======================================
  Hits        10061    10061           
  Misses        565      565           
Impacted Files Coverage Δ
pygame_menu/version.py 100.00% <100.00%> (ø)
pygame_menu/widgets/widget/dropselect.py 97.24% <100.00%> (ø)
pygame_menu/widgets/widget/selector.py 97.32% <100.00%> (ø)
pygame_menu/widgets/widget/toggleswitch.py 97.88% <100.00%> (ø)

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 91de654...fac0d46. Read the comment docs.

ppizarror commented 3 years ago

Thanks, but I'll edit this PR to add some touchscreen tests. I forgot to test this feature