Uses of Class
com.raylib.AutomationEventList
Packages that use AutomationEventList
-
Uses of AutomationEventList in com.raylib
Methods in com.raylib that return AutomationEventListModifier and TypeMethodDescriptionstatic AutomationEventList
AutomationEventList.allocateArray
(long elementCount) Allocate an array of AutomationEventListstatic AutomationEventList
AutomationEventList.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of AutomationEventListAutomationEventList.getArrayElement
(int index) static AutomationEventList
Raylib.loadAutomationEventList
(Arena arena, String fileName) Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTSstatic AutomationEventList
Raylib.loadAutomationEventList
(String fileName) Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTSAutomationEventList.setCapacity
(int value) Events max entries (MAX_AUTOMATION_EVENTS)AutomationEventList.setCount
(int value) Events entries countAutomationEventList.setEvents
(AutomationEvent value) Events entriesMethods in com.raylib with parameters of type AutomationEventListModifier and TypeMethodDescriptionstatic boolean
Raylib.exportAutomationEventList
(AutomationEventList list, String fileName) Export automation events list as text filestatic void
Raylib.setAutomationEventList
(AutomationEventList list) Set automation event list to record tostatic void
Raylib.unloadAutomationEventList
(AutomationEventList list) Unload automation events list from file