Fix close sym input logic

This commit is contained in:
2026-01-27 08:06:52 +01:00
parent e8072a064c
commit 090656b30c
2 changed files with 5 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ PD_API void Context::MetricsMenu(bool* show) {
m->EndTreeNode();
}
m->SeparatorText("Palladium Info");
m->Label("Os Driver: {}", pIO->pCtx.Os()->GetName());
m->Label("Renderer: " + pIO->pCtx.Gfx()->GetName());
if (m->BeginTreeNode(std::string("Input: " + pIO->pCtx.Hid()->GetName()))) {
if (pIO->pCtx.Hid()->Flags & PD::HidDriver::Flags_HasKeyboard) {