- Slots and c_api - Making functions and data available from other modules
- High level API exported by pygame.base
- Class BufferProxy API exported by pygame.bufferproxy
- Class Color API exported by pygame.color
- API exported by pygame.display
- API exported by pygame.event
- API exported by pygame._freetype
- API exported by pygame.mixer
- Class Rect API exported by pygame.rect
- API exported by pygame.rwobject
- Class Surface API exported by pygame.surface
- API exported by pygame.surflock
- API exported by pygame.version
src_c/include/ contains header files for applications that use the pygame C API, while src_c/ contains headers used by pygame internally.
Edit on GitHub