treasurehunting2/PySDL2-0.9.5/sdl2/platform.py
2017-05-13 11:00:53 +02:00

7 lines
142 B
Python

from ctypes import c_char_p
from .dll import _bind
__all__ = ["SDL_GetPlatform"]
SDL_GetPlatform = _bind("SDL_GetPlatform", None, c_char_p)