Closed as not planned
Description
Pygame is a wrapper around SDL, and it’s great! However advanced users would like to be able to fetch the underlying SDL functions.
Examples:
getting the address of an opengl procedure not exposed by pyopengl
Getting the raw surface from a window for vulkan rendering
A quick fix could be to expose the raw function pointer, which users could manage themselves with something like FFI.