package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.AutomationEventSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ
Sourceval frame : t -> Unsigned.uint

Event frame

Sourceval typ : t -> Unsigned.uint

Event type (AutomationEventType)

Sourceval params : t -> int Ctypes_static.carray

Event parameters (if required)

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