~pygame/pygame/trunk

« back to all changes in this revision

Viewing changes to src/doc/overlay_doc.h

  • Committer: pygame
  • Date: 2017-01-10 00:31:42 UTC
  • Revision ID: git-v1:2eea4f299a2e791f884608d7ed601558634af73c
commit 1639c41a8cb3433046882ede92c80ce69d59016b
Author: Thomas Kluyver <takowl@gmail.com>
Date:   Sun Jan 8 18:46:46 2017 +0000

    Build newer versions of libogg and libvorbis into Linux base images

    Closes #317
    Closes #323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Auto generated file: with makeref.py .  Docs go in src/ *.doc . */
 
2
#define DOC_PYGAMEOVERLAY "Overlay(format, (width, height)) -> Overlay\npygame object for video overlay graphics"
 
3
 
 
4
#define DOC_OVERLAYDISPLAY "display((y, u, v)) -> None\ndisplay() -> None\nset the overlay pixel data"
 
5
 
 
6
#define DOC_OVERLAYSETLOCATION "set_location(rect) -> None\ncontrol where the overlay is displayed"
 
7
 
 
8
#define DOC_OVERLAYGETHARDWARE "get_hardware(rect) -> int\ntest if the Overlay is hardware accelerated"
 
9
 
 
10
 
 
11
 
 
12
/* Docs in a comment... slightly easier to read. */
 
13
 
 
14
/*
 
15
 
 
16
pygame.Overlay
 
17
 Overlay(format, (width, height)) -> Overlay
 
18
pygame object for video overlay graphics
 
19
 
 
20
pygame.Overlay.display
 
21
 display((y, u, v)) -> None
 
22
 display() -> None
 
23
set the overlay pixel data
 
24
 
 
25
pygame.Overlay.set_location
 
26
 set_location(rect) -> None
 
27
control where the overlay is displayed
 
28
 
 
29
pygame.Overlay.get_hardware
 
30
 get_hardware(rect) -> int
 
31
test if the Overlay is hardware accelerated
 
32
 
 
33
*/
 
 
b'\\ No newline at end of file'