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

Method getValue

src/SFML/Window/SensorManager.cpp:76–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75////////////////////////////////////////////////////////////
76Vector3f SensorManager::getValue(Sensor::Type sensor) const
77{
78 return m_sensors[sensor].value;
79}
80
81
82////////////////////////////////////////////////////////////

Callers 2

getValueFunction · 0.45
processSensorEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected