ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

ppb.events `__all__` don't include all event types #648

Closed pathunstrom closed 2 years ago

pathunstrom commented 3 years ago

Mostly affects tooling, but we should include the missing events in the events __all__.

Noticed this in PyCharm when importing KeyPressed, looks like we're missing both Key events and the Mouse events, but should be a quick process of confirming which events are exported.

phileinsophos commented 3 years ago

can I work on this

AstraLuma commented 3 years ago

Yeah, go ahead

pathunstrom commented 2 years ago

Closed via #649