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 AutomationEventListAutomationEventList.allocateArray(long elementCount) Allocate an array of AutomationEventListstatic AutomationEventListAutomationEventList.allocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of AutomationEventListAutomationEventList.capacity(int value) Events max entries (MAX_AUTOMATION_EVENTS)AutomationEventList.count(int value) Events entries countAutomationEventList.events(AutomationEvent value) Events entriesAutomationEventList.getArrayElement(int index) static AutomationEventListRaylib.loadAutomationEventList(Arena arena, String fileName) Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTSstatic AutomationEventListRaylib.loadAutomationEventList(String fileName) Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTSMethods in com.raylib with parameters of type AutomationEventListModifier and TypeMethodDescriptionstatic booleanRaylib.exportAutomationEventList(AutomationEventList list, String fileName) Export automation events list as text filestatic voidRaylib.setAutomationEventList(AutomationEventList list) Set automation event list to record tostatic voidRaylib.unloadAutomationEventList(AutomationEventList list) Unload automation events list from file