| 21 | namespace plugins |
| 22 | { |
| 23 | FpsLogger::FpsLogger() : |
| 24 | FpsLoggerTags("FPS Logger", "Enable FPS logging.", {vkb::Hook::OnUpdate, vkb::Hook::OnAppStart}, {}, {{"log-fps", "Log FPS"}}) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | bool FpsLogger::handle_option(std::deque<std::string> &arguments) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected