mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-29 15:49:10 -04:00
Make RmlUi F1, ImGui Shift+F1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user