Handbook
Glossary
AutomationEvent
Vocabulary
raylib
Class description
Represents information about an automation event.
Fields
frame
uint
Event frame.
type
uint
Event type (AutomationEventType)
params
int
[4]
Event parameters (if required)
Definition
USING:
alien.c-types
classes.struct
;
IN:
raylib
STRUCT:
AutomationEvent
{
frame
uint
initial:
0
}
{
type
uint
initial:
0
}
{
params int[4]
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
raylib
;
M:
AutomationEvent
clone
clone-underlying
\
AutomationEvent
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
raylib
;
M:
AutomationEvent
struct-slot-values
{
[
frame>>
]
[
type>>
]
[
params>>
]
}
cleave>array
;
inline