TSdlIOWhence
Possible whence
values for TSdlIOStream seeking.
These map to the same TSeekOrigin used in the Delphi RTL.
Definition
Unit: Neslib.Sdl3.IO
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