package raylib

  1. Overview
  2. Docs

Module Raylib.AutomationEventListSource

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

Events max entries (MAX_AUTOMATION_EVENTS)

Sourceval count : t -> Unsigned.uint

Events entries count

Sourceval events : t -> AutomationEvent.t ptr

Events entries

Sourceval set_capacity : t -> Unsigned.uint -> unit
Sourceval set_count : t -> Unsigned.uint -> unit
Sourceval set_events : t -> AutomationEvent.t ptr -> unit