Module Raylib_core.AutomationEvent

type t'
type t = t' ctyp
val t : t Ctypes.typ
val frame : t -> Unsigned.uint

Event frame

val typ : t -> Unsigned.uint

Event type (AutomationEventType)

val params : t -> int Ctypes_static.carray

Event parameters (if required)

val set_frame : t -> Unsigned.uint -> unit
val set_typ : t -> Unsigned.uint -> unit
val set_params : t -> int -> int -> int -> int -> unit