MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / IsPlaying

Method IsPlaying

include/MusicUnmanaged.hpp:153–153  ·  view source on GitHub ↗

* Check if music is playing. */

Source from the content-addressed store, hash-verified

151 * Check if music is playing.
152 */
153 RLCPP_NODISCARD bool IsPlaying() const { return ::IsMusicStreamPlaying(*this); }
154
155 /**
156 * Set volume for music.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected