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

Function getDevice

src/SFML/Audio/PlaybackDevice.cpp:92–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91////////////////////////////////////////////////////////////
92std::optional<std::string> getDevice()
93{
94 return priv::AudioDevice::getDevice();
95}
96
97
98////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected