Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tGelsInfo

Declaration

Source position: agraphics.pas line 465

type tGelsInfo = record

  sprRsrvd: ShortInt;

  

Flag of which sprites to reserve from vsprite system

  Flags: Byte;

  

System use

  gelHead: Pointer;

  

PVSprite Dummy vSprite for list management

  gelTail: Pointer;

  

PVSprite Dummy vSprite for list management

  nextLine: Pointer;

  

Pointer to array of 8 WORDS for sprite available lines

  lastColor: Pointer;

  

Pointer to array of 8 pointers for color-last-assigned to vSprites

  collHandler: Pointer;

  

PCollTable Pointeres of collision routines

  leftmost: SmallInt;

  

  rightmost: SmallInt;

  

  topmost: SmallInt;

  

  bottommost: SmallInt;

  

  firstBlissObj: Pointer;

  

System use only

  lastBlissObj: Pointer;

  

System use only

end;

See also

TRastPort

  

Basic structure for all drawing actions

InitGels

  

initialize a gel list; must be called before using gels.

SetCollision

  

Set a pointer to a user collision routine.


Documentation generated on: 2021-07-30