This PR takes our usual strategy of not changing any SDL2 codepaths, and I have been super conservative with the changes.
The thing that needs discussion here is: how are we going to handle the gesture changes? For now I have just ifdef'd out the gesture parts, but maybe we should consider vendoring in SDL_gesture? Thoughts on this, chat?
event.c
is now compiling on SDL3.This PR takes our usual strategy of not changing any SDL2 codepaths, and I have been super conservative with the changes.
The thing that needs discussion here is: how are we going to handle the gesture changes? For now I have just ifdef'd out the gesture parts, but maybe we should consider vendoring in SDL_gesture? Thoughts on this, chat?