Game loop design

前端 未结 0 703
轮回少年
轮回少年 2021-01-05 02:34

I\'d like to create a simple game loop. I\'m taking into account this 2 versions:

v.1:

while (continueRunning) {

        PeekMessage(&msg, 0, 0, 0         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题