SDL has an SDL_Flip() function for swapping screen buffers.
What is the equivalent in SDL.NET? There is no Screen.Flip() method.
SDL has an SDL_Flip() function for swapping screen buffers.
What is the equivalent in SDL.NET? There is no Screen.Flip() method.
It's not called Flip, it's Update:
Video.Screen.Update();