Class AutomationEventList

java.lang.Object
com.raylib.jextract.AutomationEventList

public class AutomationEventList extends Object
struct AutomationEventList {
    unsigned int capacity;
    unsigned int count;
    AutomationEvent *events;
}