MCPcopy Create free account
hub / github.com/SFML/SFML / update

Function update

src/SFML/Window/Joystick.cpp:80–83  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

78
79////////////////////////////////////////////////////////////
80void update()
81{
82 priv::JoystickManager::getInstance().update();
83}
84
85} // namespace sf::Joystick

Callers 15

TriangleShapeMethod · 0.50
VertexBufferMethod · 0.50
updateMethod · 0.50
setPointCountMethod · 0.50
setPointMethod · 0.50
TextureMethod · 0.50
loadFromImageMethod · 0.50
updateMethod · 0.50
setSizeMethod · 0.50
CircleShapeMethod · 0.50
setRadiusMethod · 0.50
setPointCountMethod · 0.50

Calls 1

updateMethod · 0.45

Tested by 1

TriangleShapeMethod · 0.40