Начинающий
Начинающий
- Статус
- Оффлайн
- Регистрация
- 23 Дек 2020
- Сообщения
- 11
- Реакции
- 4
hey sorry for shit posting, but this drives me insane, help is appreciated :)
ss:
ss:
Пожалуйста, авторизуйтесь для просмотра ссылки.
code block:
auto draw = ImGui::GetWindowDrawList();
ImVec2 pos = ImGui::GetWindowPos();
ImVec2 size = ImGui::GetWindowSize();
draw->AddRectFilled(ImVec2(pos.x + 1, pos.y + 1), ImVec2(pos.x + size.x - 1, pos.y + 2), ImColor(224, 153, 54));[ /code]