/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/ThirdParty/RmlUi/Source/Debugger/ElementDebugDocument.cpp
12 строк
236 B
C-Core
Updated RmlUi to 6.2 and added some improvements (#1813)
10 фев 2026, 01:19
Не верифицирован
10 фев 2026, 01:19
58e2d41
Код
Авторство
О чём код?
#include "ElementDebugDocument.h" namespace Rml { namespace Debugger { ElementDebugDocument::ElementDebugDocument(const String& tag) : ElementDocument(tag) { SetFocusableFromModal(true); } } // namespace Debugger } // namespace Rml