File: c_api.rst.txt

package info (click to toggle)
pygame 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,624 kB
  • sloc: ansic: 66,926; python: 48,742; javascript: 1,153; objc: 224; sh: 121; makefile: 59; cpp: 25
file content (25 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (4)
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
pygame C API
============

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

   c_api/slots.rst
   c_api/base.rst
   c_api/bufferproxy.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.