Skip to content

Commit

Permalink
Merge #649
Browse files Browse the repository at this point in the history
649: updating __all__ events r=pathunstrom a=phileinSophos



Co-authored-by: omkar_patil <omkar_patil@dell.com>
  • Loading branch information
bors[bot] and omkar_patil authored Dec 24, 2021
2 parents 55d1ca7 + a551231 commit a409c84
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ppb/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,25 @@ def on_update(self, event: Update, signal):


__all__ = (
'StartScene',
'AssetLoaded',
'ButtonPressed',
'ButtonReleased',
'KeyPressed',
'KeyReleased',
'MouseMotion',
'PlaySound',
'PreRender',
'Quit',
'Render',
'ReplaceScene',
'StartScene',
'SceneContinued',
'ScenePaused',
'SceneStarted',
'SceneStopped',
'StopScene',
'Update',
'AssetLoaded',

)

# Remember to define scene at the end so the pargs version of __init__() still works
Expand Down

0 comments on commit a409c84

Please sign in to comment.