-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.StartAutomationEventRecording
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Start recording automation events (AutomationEventList must be set)
None.
None.
list = raylib.LoadAutomationEventList("")
raylib.SetAutomationEventList list
raylib.SetAutomationEventBaseFrame 0
raylib.StartAutomationEventRecording
// ... run game loop to capture events ...
raylib.StopAutomationEventRecording