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

Function setNotificationCallback

src/SFML/Audio/PlaybackDevice.cpp:113–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

111
112////////////////////////////////////////////////////////////
113void setNotificationCallback(NotificationCallback callback)
114{
115 priv::AudioDevice::setNotificationCallback(std::move(callback));
116}
117
118} // namespace sf::PlaybackDevice

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected