We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306b753 commit 539bfedCopy full SHA for 539bfed
1 file changed
README.md
@@ -57,6 +57,16 @@ If you did this, to build an APK with SDL2 you can try e.g.:
57
For full instructions and parameter options, see [the
58
documentation](https://python-for-android.readthedocs.io/en/latest/quickstart/#usage).
59
60
+add support pygame_sdl2 sample:
61
+
62
+ import pygame_sdl2
63
+ pygame_sdl2.import_as_pygame()
64
65
+ import pygame
66
+ from pygame.locals import *
67
+ from pygame.render import *
68
69
70
## Support
71
72
If you need assistance, you can ask for help on our mailing list:
0 commit comments