summaryrefslogtreecommitdiffhomepage
path: root/examples/core/core_automation_events.c
AgeCommit message (Collapse)Author
2023-12-23Review UnloadAutomationEventList (#3658)Antonis Geralis
* Review UnloadAutomationEventList * Update raylib.h * Update rcore.c * Update core_automation_events.c * Fix mistake
2023-11-10Update core_automation_events.cRay
2023-11-10Reviewing automation events on web...Ray
2023-11-10Changed keybinds for the automation example to avoid conflict with browser ↵Miloslav Milenkov
shortcuts (#3519)
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-10-27ADDED: `SetAutomationEventBaseFrame(int frame)`Ray
2023-10-27Update core_automation_events.cRay
2023-10-27Update core_automation_events.cRay
2023-10-26ADDED: Automation Events System, exposed to usersRay
Added new API to record and play events Added examples illustrating functionality