# Pygame中文文档 **Repository Path**: redef/pygame-chinese-document ## Basic Information - **Project Name**: Pygame中文文档 - **Description**: Pygame API文档说明 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2023-02-14 - **Last Updated**: 2023-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pygame中文使用手册 翻译文档来源于https://www.pygame.org/docs/ ## 目录 | **模块名** | **功能概述** | | --- | --- | | pygame | 最顶层的Pygame模块 | | time | 监测时间的pygame模块 | | mouse | 鼠标函数可以用来获取鼠标设备的当前状态 | | Color | 用于颜色表示的pygame对象 | | key | 使用键盘的模块 | | music | 控制流音频的模块 | | draw | 用于绘制形状的模块 | | image | 用于图像传输的模块 | | font | 用于加载和渲染字体的模块 | | display | 控制显示窗口和屏幕的模块 | | Surface | 用于表示图像的对象 | | event | 用于与事件和队列进行交互 | | Rect | 用于存储直角坐标的对象 | | mixer | ​
| | locals | ​
|