pygame_sdl2 icon indicating copy to clipboard operation
pygame_sdl2 copied to clipboard

Reimplementation of portions of the pygame API using SDL2.

Results 72 pygame_sdl2 issues
Sort by recently updated
recently updated
newest added

It seems, pygame.NUMEVENTS is not defined. I'm using python 3.

**Context** I noticed this difference testing Lost Sky because Marisa's Master Spark spell looks different in Pygame SDL2. Pygame SDL2 vs Pygame ![marisa_ms](https://cloud.githubusercontent.com/assets/7399502/12739063/2c1ef0fa-c923-11e5-93a3-6c7343dba079.jpg) **Directions to Reproduce** I tracked this down...

Noticed this since some of Lost Sky's UI elements looked a little off. The image "black.png" used in this script is here: ![black](https://cloud.githubusercontent.com/assets/7399502/12572793/f92cd222-c3ad-11e5-849d-b5a99a2a975a.png) The following code fills the screen with...

Both are available starting with SDL2_image 2.6.0, but must be explicitly enabled at build-time. Also let python query successful initialization of specific formats. I'm unsure if this was originally intended,...

EventType.__eq__ has the following implementation: ` def __eq__(self, other):` ` return self.__dict__ == other.__dict__` if other is None, this results in the following AttributeError: ` File "src/pygame_sdl2/event.pyx", line 90, in...

Hi, I was trying to import pygame_sdl2 into renpy project. to do this i downloaded the library from here https://github.com/renpy/pygame_sdl2/tree/master/src/pygame_sdl2 (I failed with pip) (I tried to follow the read...

As soon as I run python setup.py install, python couldn't find the file named"command". How can I put pygame_sdl2_windeps into the pygame_sdl2 checkout? And why python couldn't find the file?...

On the sdl2 branch in libsdl-org/SDL there is a function SDL_JoystickGetDeviceInstanceID in [joystick.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_joystick.h#L300). I don't see it in the version of sdl2 the pygame_sdl_windeps repo has which is why the...

This file serves no purpose. Accidentally committed?