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

Method isLooping

src/SFML/Audio/Sound.cpp:324–327  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

322
323////////////////////////////////////////////////////////////
324bool Sound::isLooping() const
325{
326 return ma_sound_is_looping(&m_impl->sound) == MA_TRUE;
327}
328
329
330////////////////////////////////////////////////////////////

Callers 5

Sound.test.cppFile · 0.45
Music.test.cppFile · 0.45
SoundMethod · 0.45
Sound.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected