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

TCopIns

Copper structure

Declaration

Source position: agraphics.pas line 992

type TCopIns = record

  OpCode: SmallInt;

  

0 = move, 1 = wait

  case SmallInt of

    0: (

        NxtList: PCopList;

  

      );

    1: (

        VWaitPos: SmallInt;

  

vertical wait position

        DestAddr: SmallInt;

  

destination Pointer

      );

    2: (

        HWaitPos: SmallInt;

  

horizontal wait position

        DestData: SmallInt;

  

data to send

      );

end;


Documentation generated on: 2017-01-10