pip install twmap
and using help
on the module and the different types. Currently you can only use it on linux, but I'm trying to figure out how to get them to windows as wellSDL_SetWindowSize
's documentation tells that SDL_SetWindowDisplayMode
should be used to set the sizes of fullscreen windows. SDL commit 72d812852023450b7c3850b8e87b63575df041ee changed SDL_SetWindowSize
's behavior so that it can no longer be used to set the screen resolution with windows that are created in fullscreen mode. SDL_SetWindowDisplaymode
can be used instead when the window is fullscreen.
...unsigned char **ppSignature = (unsigned char **)malloc(sizeof(unsigned char *));