Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/imgui-sfml
/ toSfVector2f
Function
toSfVector2f
imgui-SFML.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
[[nodiscard]] sf::Vector2f toSfVector2f(const ImVec2& v)
132
{
133
return {v.x, v.y};
134
}
135
136
[[nodiscard]] ImVec2 getTopLeftAbsolute(const sf::FloatRect& rect)
137
{
Callers
3
getTopLeftAbsolute
Function · 0.85
getDownRightAbsolute
Function · 0.85
Update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected