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

TSimpleSprite

Sprite description structure

Declaration

Source position: agraphics.pas line 1798

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: 2017-01-10