mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
ADDED: SetAutomationEventBaseFrame(int frame)
This commit is contained in:
@ -2289,6 +2289,12 @@ void SetAutomationEventList(AutomationEventList *list)
|
||||
#endif
|
||||
}
|
||||
|
||||
// Set automation event internal base frame to start recording
|
||||
void SetAutomationEventBaseFrame(int frame)
|
||||
{
|
||||
CORE.Time.frameCounter = frame;
|
||||
}
|
||||
|
||||
// Start recording automation events (AutomationEventList must be set)
|
||||
void StartAutomationEventRecording(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user