some more imgui refactoring

This commit is contained in:
TakaRikka
2026-03-14 04:07:30 -07:00
parent 7da7cefe30
commit 8837df94bb
13 changed files with 294 additions and 139 deletions
+3 -2
View File
@@ -3,10 +3,11 @@
#include "imgui.h"
#include "ImGuiConsole.hpp"
#include "ImGuiMenuTools.hpp"
namespace dusk {
void ImGuiConsole::ShowCameraOverlay() {
if (!CheckMenuViewToggle(ImGuiKey_F6, m_showCameraOverlay)) {
void ImGuiMenuTools::ShowCameraOverlay() {
if (!ImGuiConsole::CheckMenuViewToggle(ImGuiKey_F6, m_showCameraOverlay)) {
return;
}