<div dir="ltr">Theres a libsdl struct i want to use from racket:  SDL_Window<div>the problem is that there is nothing in the SDL include files about the struct fields, just this:</div><div><br></div><div>typedef struct SDL_Window SDL_Window,</div>
<div><br></div><div>the weird part is that i been looking at other language bindings to sdl2 and it looks like they have a way to define a pointer to an unknown structure type, for example:</div><div><br></div><div>SchemeSphere: <a href="https://github.com/alvatar/sphere-sdl2/blob/master/src/sdl2.scm#L480">https://github.com/alvatar/sphere-sdl2/blob/master/src/sdl2.scm#L480</a></div>
<div>Python: <a href="https://bitbucket.org/marcusva/py-sdl2/src/a62aa0c6cf3c603d98dc0d4566db1d3fe22076dd/sdl2/video.py?at=default#cl-98">https://bitbucket.org/marcusva/py-sdl2/src/a62aa0c6cf3c603d98dc0d4566db1d3fe22076dd/sdl2/video.py?at=default#cl-98</a></div>
<div><br></div><div>is there a way in Racket to do this? right now im just using a _pointer (define _SDL_Window _pointer)</div><div>, but this looks lacking</div><div><br></div><div>Thanks!</div><div><br></div><div>Cosme.</div>
</div>