pygame中各个属性解释

pygame.cdrom    加载光驱
pygame.cursors    加载光标
pygame.display    访问显示设备
pygame.draw    绘制形状、线和点
pygame.event    管理事件
pygame.font    使用字体
pygame.image    加载和存储图片
pygame.joystick    使用游戏手柄或者类似的东西
pygame.key    读取键盘按键
pygame.mixer    声音
pygame.mouse    鼠标
pygame.movie    播放视频
pygame.music    播放音频
pygame.overlay    访问高级视频叠加
pygame.rect    管理矩形区域
pygame.sndarray    操作声音数据
pygame.sprite    操作移动图像
pygame.surface    管理图像和屏幕
pygame.surfarray    管理点阵故乡数据

你可能感兴趣的:(pygame,pygame)