Sam Lantinga

Results 1865 comments of Sam Lantinga

Are you sure you were using the included solution? It doesn't have 49 test binaries, and I run testsprite from it all the time.

Were you perhaps using the CMake integration instead?

What are your Debugging settings? The default settings have the working directory set to `$(ProjectDir)`, and if you look at the build rule for moose.dat in the testoverlay project, it...

Yes, the Visual Studio solution copies the data files to `$(ProjectDir)`, which is the working directory of the tests. It's possible to change the working directory of all the tests...

For dynapi, go ahead and revert your changes in that directory and run src/dynapi/gendynapi.py instead. Also, in general, please use the SDL coding style, e.g. ```c if (x) { }...

Yes, it should return a bool.

> Also found strange behavior on Android with swipe insets gesture from left or right edge of screen. First I touch screen on the left or right edge and get...

> Also https://github.com/libsdl-org/SDL_gesture/blob/main/SDL_gesture.h doesn't handle SDL_EVENT_FINGER_CANCELED event to reset inTouch->numDownFingers. Fixed in https://github.com/libsdl-org/SDL_gesture/commit/2248f31c05bfdcffd906468f26cca96c2892654e, thanks!

I believe work on Win9x is already in progress. You should coordinate with @playmer and @nightmareci.