File: sdl2_sdlgfx.rst

package info (click to toggle)
pysdl2 0.9.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,824 kB
  • sloc: python: 17,244; makefile: 195; sh: 32
file content (15 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. module:: sdl2.sdlgfx
   :synopsis: SDL2_gfx library wrapper

sdl2.sdlgfx - SDL2_gfx library wrapper
======================================
The :mod:`sdl2.sdlgfx` module is a :mod:`ctypes`-based wrapper
around the SDL2_gfx library. It wraps nearly all publicly accessible
structures and functions of the SDL2_gfx library to be accessible from
Python code. Note that unlike the other SDL2 modules supported by this
package, SDL2_gfx is not an official part of the SDL2 project.

Detailed documentation about the behaviour of the different SDL2_gfx
functions can found `here
<http://www.ferzkopp.net/Software/SDL2_gfx/Docs/html/index.html>`_ on
on the SDL2_gfx project website.