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

TSimpleSprite

Sprite description structure

Declaration

Source position: agraphics.pas line 2041

type TSimpleSprite = record

  posctldata: PWord;

  

  height: Word;

  

  x: Word;

  

Current x position

  y: Word;

  

Current y position

  num: Word;

  

end;

See also

ChangeSprite

  

Change the sprite image pointer.

GetSprite

  

Attempt to get a sprite for the simple sprite manager.

MoveSprite

  

Move sprite to a point relative to top of viewport.


Documentation generated on: 2021-07-30