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

Function getValue

src/SFML/Window/Sensor.cpp:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47////////////////////////////////////////////////////////////
48Vector3f getValue(Type sensor)
49{
50 return priv::SensorManager::getInstance().getValue(sensor);
51}
52
53} // namespace sf::Sensor

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected