Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SDL 有一个用于交换屏幕缓冲区的SDL_Flip() 函数。
SDL.NET 中的等价物是什么?没有 Screen.Flip() 方法。
它不叫翻转,它是更新:
Video.Screen.Update();
I've looked at similar questions but nothing quite fits. I have an object which happens to contain a List. I'd like to get it into something I can enumerate.
For example:
object listObject;