sf::Event::Keypressed not working inside of poll event loop -SFML-2.5.1

前端 未结 0 629
孤独总比滥情好
孤独总比滥情好 2020-12-19 03:14
    while (window.isOpen())
    {
        sf::Event event;
        while (window.pollEvent(event))
        {
            switch (event.type)
            {
                   


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