DEBSOURCES
Skip Quicknav
sources / pysdl2 / 0.9.7%2Bdfsg1-1 / sdl2 / platform.py
123456
from ctypes import c_char_p from .dll import _bind __all__ = ["SDL_GetPlatform"] SDL_GetPlatform = _bind("SDL_GetPlatform", None, c_char_p)