MCPcopy Create free account
hub / github.com/SFML/imgui-sfml / getDownRightAbsolute

Function getDownRightAbsolute

imgui-SFML.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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{

Callers 2

DrawRectFunction · 0.85
DrawRectFilledFunction · 0.85

Calls 2

toImVec2Function · 0.85
toSfVector2fFunction · 0.85

Tested by

no test coverage detected