ppizarror / pygame-menu

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

Fix mouse visible update #456

Closed ppizarror closed 1 year ago

ppizarror commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 97.22% and no project coverage change

Comparison is base (0dbe02b) 97.00% compared to head (0237f7d) 97.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #456 +/- ## ======================================= Coverage 97.00% 97.00% ======================================= Files 51 51 Lines 12441 12451 +10 ======================================= + Hits 12068 12078 +10 Misses 373 373 ``` | [Impacted Files](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.) | Coverage Δ | | |---|---|---| | [pygame\_menu/widgets/widget/textinput.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvd2lkZ2V0cy93aWRnZXQvdGV4dGlucHV0LnB5) | `88.09% <50.00%> (ø)` | | | [pygame\_menu/events.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvZXZlbnRzLnB5) | `95.83% <100.00%> (ø)` | | | [pygame\_menu/font.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvZm9udC5weQ==) | `96.34% <100.00%> (ø)` | | | [pygame\_menu/menu.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvbWVudS5weQ==) | `96.67% <100.00%> (+0.01%)` | :arrow_up: | | [pygame\_menu/themes.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvdGhlbWVzLnB5) | `98.73% <100.00%> (+<0.01%)` | :arrow_up: | | [pygame\_menu/utils.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvdXRpbHMucHk=) | `96.05% <100.00%> (ø)` | | | [pygame\_menu/version.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvdmVyc2lvbi5weQ==) | `100.00% <100.00%> (ø)` | | | [pygame\_menu/widgets/core/widget.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvd2lkZ2V0cy9jb3JlL3dpZGdldC5weQ==) | `97.63% <100.00%> (ø)` | | | [pygame\_menu/widgets/widget/colorinput.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvd2lkZ2V0cy93aWRnZXQvY29sb3JpbnB1dC5weQ==) | `95.62% <100.00%> (ø)` | | | [pygame\_menu/widgets/widget/dropselect\_multiple.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvd2lkZ2V0cy93aWRnZXQvZHJvcHNlbGVjdF9tdWx0aXBsZS5weQ==) | `98.78% <100.00%> (ø)` | | | ... and [5 more](https://codecov.io/gh/ppizarror/pygame-menu/pull/456?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.