Disable Development Mode & move Input Viewer

Resolves #712
This commit is contained in:
Luke Street
2026-05-07 23:03:26 -06:00
parent b99ad920c4
commit 9c24a0bc4b
8 changed files with 13 additions and 28 deletions
+1 -2
View File
@@ -3,12 +3,11 @@
#include "imgui.h"
#include <imgui_internal.h>
#include "ImGuiConsole.hpp"
#include "ImGuiMenuGame.hpp"
#include <dolphin/pad.h>
namespace dusk {
void ImGuiMenuGame::windowInputViewer() {
void ImGuiMenuTools::ShowInputViewer() {
if (!m_showInputViewer) {
return;
}