Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
void Update(sf::RenderWindow& window, sf::Time dt)
480
{
481
Update(window, window, dt);
482
}
483
484
void Update(sf::Window& window, sf::RenderTarget& target, sf::Time dt)
485
{
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
9
SetCurrentWindow
Function · 0.85
updateMouseCursor
Function · 0.85
toImVec2
Function · 0.85
toSfVector2f
Function · 0.85
openKeyboardIME
Function · 0.85
closeKeyboardIME
Function · 0.85
updateJoystickButtonState
Function · 0.85
updateJoystickDPadState
Function · 0.85
updateJoystickAxisState
Function · 0.85
Tested by
no test coverage detected