Passing in an SDL_Event* into a method

前端 未结 0 425
遥遥无期
遥遥无期 2021-01-21 14:19

I believe I know what the problem is however I don\'t know how to fix it. In my main loop, there exists this code:

while (SDL_PollEvent(&event))
{
    if (eve         


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