Skip to content

TSdlIOWhence

Possible whence values for TSdlIOStream seeking.

These map to the same TSeekOrigin used in the Delphi RTL.

Definition

Unit: Neslib.Sdl3.IO

type TSdlIOWhence = (&Set, Cur, &End)

Enumeration Values

&Set = SDL_IO_SEEK_SET

Seek from the beginning of data


Cur = SDL_IO_SEEK_CUR

Seek relative to current read point


&End = SDL_IO_SEEK_END

Seek relative to the end of data