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