... //F1 key if(IsKeyPressed(VK_F2)) { scene->UpdateKeyDown(VK_F2); } else if(IsKeyReleased(VK_F2)) { scene->UpdateKeyUp(VK_F2); } static bool delay1 ...
確定! 回上一頁