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

Method IsReady

include/AudioDevice.hpp:55–55  ·  view source on GitHub ↗

* Check if audio device has been initialized successfully. */

Source from the content-addressed store, hash-verified

53 * Check if audio device has been initialized successfully.
54 */
55 static bool IsReady() { return ::IsAudioDeviceReady(); }
56
57 /**
58 * Set master volume (listener).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected