py-sdl2 icon indicating copy to clipboard operation
py-sdl2 copied to clipboard

Python ctypes wrapper around SDL2

Results 27 py-sdl2 issues
Sort by recently updated
recently updated
newest added

Originally reported by: **sp4ztique (Bitbucket: [sp4ztique](https://bitbucket.org/sp4ztique), GitHub: [sp4ztique](https://github.com/sp4ztique))** ---------------------------------------- The mouse related functions i.e. SDL_GetMouseState(), aren't well documented for python, as in C they involve getting the mouse position via...

enhancement
minor
docs

I don't know if this is the correct place to bring up this issue...partially because I don't know the exact cause. It looks like the pysdl2-dll package uses version 1.0.4...

**What doesn't work?** Changing a window icon using `sdl2.SDL_SetWindowIcon` doesn't work on Ubuntu 20.04. Creating a window in the C++ SDL has no logo set by default (in pysdl2 it...

**What doesn't work?** I'm finding that `SDL_CreateRGBSurfaceWithFormatFrom` either throws or fails to take in the pixel data (but creates a valid empty SDL_Surface) when passed in a sub-array of a...

**What doesn't work?** When packaging the 0.9.17 package (tarball from PyPI) for openSUSE/Factory we have encountered these three tests from the package’s test suite to fail: ``` [ 64s] ===================================...

**What doesn't work?** We made a small engine that we use for students, so we can test many different architectures. We stumbled upon a bug where when we use the...

**What doesn't work?** multiple exceptions during several debugging steps: - order of operation (wrong instructions) - constructor signatures change. Steps are hard to follow, causing either (or both separately): -...