src/playdate/bindings/sound

Search:
Group by:

Types

PlaydateSound {.importc: "const struct playdate_sound", header: "pd_api.h".} = object
  sequence* {.importc: "sequence".}: ptr PlaydateSoundSequence
  ## 1.5

Procs

proc getCurrentTime(this: ptr PlaydateSound): uint32 {....raises: [], raises: [],
    tags: [RootEffect], forbids: [].}