[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TDBufPacket

Defines the values needed to be saved across buffer to buffer when in double-buffer mode

Declaration

Source position: agraphics.pas line 379

type TDBufPacket = record

  BufY: SmallInt;

  

Save other buffers screen coordinates

  BufX: SmallInt;

  

Save other buffers screen coordinates

  BufPath: PVSprite;

  

Carry the draw path over the gap

  BufBuffer: PSmallInt;

  

These pointers must be filled in by the user pointer to other buffer's background save buffer

end;


Documentation generated on: 2017-01-10