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

Method StopRecording

include/AutomationEventList.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void StopRecording() {
119 Set();
120 ::StopAutomationEventRecording();
121 }
122
123 void Play(int index) {
124 if (index < 0 || static_cast<unsigned int>(index) >= this->count) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected