add 'istoplevel' argument to input.add_callback

This commit is contained in:
MihailRis
2025-11-16 14:25:16 +03:00
parent 97c8bac9ff
commit bcfdb6196a
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -70,6 +70,7 @@ void Engine::onContentLoad() {
for (auto& pack : content->getAllContentPacks()) {
auto configFolder = pack.folder / "config";
auto bindsFile = configFolder / "bindings.toml";
logger.info() << "loading bindings: " << bindsFile.string();
if (io::is_regular_file(bindsFile)) {
input->getBindings().read(
toml::parse(