Make RmlUi F1, ImGui Shift+F1

This commit is contained in:
Luke Street
2026-05-01 21:53:48 -06:00
parent ca783b8424
commit 04274b1884
6 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Document::Document(const Rml::String& source) : mDocument(load_document(source))
[this](Rml::Event& event) {
const auto cmd = map_nav_event(event);
if (cmd != NavCommand::Menu && !visible()) {
event.StopPropagation();
event.StopImmediatePropagation();
}
},
true);