Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TSDL_RWops

Declaration

Source position: sdl.pas line 1470

type TSDL_RWops = record

  seek: TSeek;

  read: TRead;

  write: TWrite;

  close: TClose;

  type_: UInt32;

  case Integer of

    0: (

        stdio: TStdio;

      );

    1: (

        mem: TMem;

      );

    2: (

        unknown: TUnknown;

      );

end;


Documentation generated on: 2023-03-18