Skip to content

Commit a409c84

Browse files
bors[bot]omkar_patil
and
omkar_patil
authored
Merge #649
649: updating __all__ events r=pathunstrom a=phileinSophos Co-authored-by: omkar_patil <[email protected]>
2 parents 55d1ca7 + a551231 commit a409c84

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

ppb/events.py

+9-2
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,25 @@ def on_update(self, event: Update, signal):
3131

3232

3333
__all__ = (
34-
'StartScene',
34+
'AssetLoaded',
35+
'ButtonPressed',
36+
'ButtonReleased',
37+
'KeyPressed',
38+
'KeyReleased',
39+
'MouseMotion',
40+
'PlaySound',
3541
'PreRender',
3642
'Quit',
3743
'Render',
3844
'ReplaceScene',
45+
'StartScene',
3946
'SceneContinued',
4047
'ScenePaused',
4148
'SceneStarted',
4249
'SceneStopped',
4350
'StopScene',
4451
'Update',
45-
'AssetLoaded',
52+
4653
)
4754

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

0 commit comments

Comments
 (0)