| 134 | } |
| 135 | |
| 136 | [[nodiscard]] ImVec2 getTopLeftAbsolute(const sf::FloatRect& rect) |
| 137 | { |
| 138 | return toImVec2(toSfVector2f(ImGui::GetCursorScreenPos()) + rect.position); |
| 139 | } |
| 140 | |
| 141 | [[nodiscard]] ImVec2 getDownRightAbsolute(const sf::FloatRect& rect) |
| 142 | { |
no test coverage detected