-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Author: @acmlira and @flsobral
- Loading branch information
Showing
1 changed file
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters