Global Module Index

P
 
P
pygame2 basic features used by pygame2
    pygame2.colorpalettes Various, indexed color palettes
    pygame2.font A module used to find system fonts
    pygame2.freetype Wrapping module for the FreeType 2 font library
    pygame2.mask image masks for fast pixel-perfect overlap checks
    pygame2.sdl basic SDL wrapper module
    pygame2.sdl.audio SDL audio subsystem wrapper
    pygame2.sdl.cdrom SDL CD-ROM management wrapper
    pygame2.sdl.constants Constants used throughout the :mod:`pygame2.sdl` modules.
    pygame2.sdl.cursors A module containing pre-defined mouse cursors
    pygame2.sdl.event SDL event wrapper
    pygame2.sdl.gl SDL OpenGL access wrapper module
    pygame2.sdl.image SDL image I/O wrapper module
    pygame2.sdl.joystick SDL joystick I/O wrapper wrapper module
    pygame2.sdl.keyboard SDL keyboard I/O wrapper module
    pygame2.sdl.mouse SDL mouse I/O wrapper module
    pygame2.sdl.rwops SDL RWops wrapper module
    pygame2.sdl.time SDL time handling and measurement wrapper module
    pygame2.sdl.video SDL video display wrapper module.
    pygame2.sdl.wm SDL window manager wrapper module
    pygame2.sdlext basic extensions for SDL modules
    pygame2.sdlext.constants Constants used throughout the :mod:`pygame2.sdlext` modules.
    pygame2.sdlext.draw extended SDL drawing methods
    pygame2.sdlext.fastevent fast SDL event handling module
    pygame2.sdlext.font Enhanced font rendering for SDL-based surfaces
    pygame2.sdlext.numericsurfarray pygame module for accessing surface pixel data using Numeric
    pygame2.sdlext.numpysurfarray pygame module for accessing surface pixel data using numpy
    pygame2.sdlext.scrap OS clipboard access for SDL
    pygame2.sdlext.surfarray module for accessing surface pixel data using numeric array interfaces
    pygame2.sdlext.transform SDL surface transformation algorithms
    pygame2.sdlgfx basic SDL_gfx wrapper module
    pygame2.sdlgfx.constants Constants used throughout the :mod:`pygame2.sdlgfx` modules.
    pygame2.sdlgfx.primitives SDL_gfx primitives drawing module
    pygame2.sdlgfx.rotozoom SDL_gfx rotozoom wrapper module
    pygame2.sdlimage basic SDL_image wrapper module
    pygame2.sdlmixer basic SDL_mixer wrapper module
    pygame2.sdlmixer.channel SDL_mixer sound channel handling
    pygame2.sdlmixer.music SDL_mixer music playback
    pygame2.sdlmixer.numericsndarray SDL_mixer chunk arrays using Numeric
    pygame2.sdlttf basic SDL_ttf wrapper module
    pygame2.sdlttf.constants Constants used throughout the :mod:`pygame2.sdlttf` modules.
    pygame2.sdlttf.sysfont SDL_ttf system font loader module