File: platform.py

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 (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
from ctypes import c_char_p
from .dll import _bind

__all__ = ["SDL_GetPlatform"]

SDL_GetPlatform = _bind("SDL_GetPlatform", None, c_char_p)