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

Function Update

imgui-SFML.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void Update(sf::RenderWindow& window, sf::Time dt)
480{
481 Update(window, window, dt);
482}
483
484void Update(sf::Window& window, sf::RenderTarget& target, sf::Time dt)
485{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 9

SetCurrentWindowFunction · 0.85
updateMouseCursorFunction · 0.85
toImVec2Function · 0.85
toSfVector2fFunction · 0.85
openKeyboardIMEFunction · 0.85
closeKeyboardIMEFunction · 0.85
updateJoystickDPadStateFunction · 0.85
updateJoystickAxisStateFunction · 0.85

Tested by

no test coverage detected