totalcross
totalcross copied to clipboard
sdl: add blitting to avoid event handling issues
We encountered some problems related to updating screens and handling events. To solve these problems we started with a generic implementation, now, we always design on a virtual surface and use SDL_BlitSurface to overlay the previous one.
Tested on
- Raspberry Pi 4
- iMX6ULL
- iMX6S
