File: pygame_sdl2.pxd

package info (click to toggle)
renpy 7.1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 107,352 kB
  • sloc: python: 42,124; ansic: 4,781; makefile: 43; sh: 14
file content (8 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
from sdl2 cimport SDL_Surface, SDL_RWops, SDL_Window

cdef extern from "pygame_sdl2/pygame_sdl2.h":
    int import_pygame_sdl2()
    SDL_RWops* RWopsFromPython(object obj)
    SDL_Surface *PySurface_AsSurface(object)
    SDL_Window *PyWindow_AsWindow(object)