File: c_api.rst.txt

package info (click to toggle)
pygame 2.1.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,416 kB
  • sloc: ansic: 66,042; python: 46,176; javascript: 9,214; objc: 273; sh: 78; makefile: 56; cpp: 25
file content (26 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pygame C API
============

.. toctree::
   :maxdepth: 1
   :glob:

   c_api/slots.rst
   c_api/base.rst
   c_api/bufferproxy.rst
   c_api/cdrom.rst
   c_api/color.rst
   c_api/display.rst
   c_api/event.rst
   c_api/freetype.rst
   c_api/mixer.rst
   c_api/rect.rst
   c_api/rwobject.rst
   c_api/surface.rst
   c_api/surflock.rst
   c_api/version.rst


src_c/include/ contains header files for applications
that use the pygame C API, while src_c/ contains
headers used by pygame internally.