Skip to content

Commit

Permalink
BLUGA: Switch exit key to F4
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Nov 5, 2023
1 parent 126d54c commit dc7e1aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace Systems::GraphicsSystems {
Raylib::Window::initWindow(screenWidth, screenHeight, "R-Bus");
Raylib::Window::setWindowState(Raylib::ConfigFlags::WINDOW_RESIZABLE);
Raylib::Frame::setTargetFPS(Raylib::Window::getMonitorRefreshRate(Raylib::Window::getCurrentMonitor()));
Raylib::KeyboardInput::setExitKey(Raylib::KeyboardKey::KB_F4);
Raylib::Audio::initAudioDevice();
}

Expand Down

0 comments on commit dc7e1aa

Please sign in to comment.