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

Method isAvailable

src/SFML/Window/SensorManager.cpp:46–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

44
45////////////////////////////////////////////////////////////
46bool SensorManager::isAvailable(Sensor::Type sensor)
47{
48 return m_sensors[sensor].available;
49}
50
51
52////////////////////////////////////////////////////////////

Callers 1

isAvailableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected