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

Method StartRecording

include/AutomationEventList.hpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void StartRecording() {
114 Set();
115 ::StartAutomationEventRecording();
116 }
117
118 void StopRecording() {
119 Set();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected