| 139 | } |
| 140 | |
| 141 | [[nodiscard]] ImVec2 getDownRightAbsolute(const sf::FloatRect& rect) |
| 142 | { |
| 143 | return toImVec2(toSfVector2f(ImGui::GetCursorScreenPos()) + rect.position + rect.size); |
| 144 | } |
| 145 | |
| 146 | [[nodiscard]] ImTextureID convertGLTextureHandleToImTextureID(GLuint glTextureHandle) |
| 147 | { |
no test coverage detected