1. SDL 2.26.1 Released
- Posted by Icy_Viking Dec 02, 2022
- 1331 views
- Last edited Dec 03, 2022
Hello,
I've updated my SDL2 wrapper for SDL 2.26.1 This includes a few new functions that were released in SDL 2.26.0 and the bugfix SDL 2.26.1
You can get it here: https://github.com/gAndy50/SDL2Wrapper
I also see that SDL3 is in development.
2. Re: SDL 2.26.1 Released
- Posted by ChrisB (moderator) Dec 04, 2022
- 1052 views
Hi Andy
please add
public include SDL_scancode.e public include SDL_keyboard.e
to SDL.e
Cheers
Chris
3. Re: SDL 2.26.1 Released
- Posted by Icy_Viking Dec 04, 2022
- 1043 views
ChrisB said...
Hi Andy
please add
public include SDL_scancode.e public include SDL_keyboard.e
to SDL.e
Cheers
Chris
Added. Not sure why I forgot to add those.