home *** CD-ROM | disk | FTP | other *** search
- {$if not def INTUITION_POINTERCLASS_H} CONST INTUITION_POINTERCLASS_H=0;
-
- { **************************************************************************
- ** KickPascal-Include-Datei "intuition/pointerclass.h" zu Kickstart 3.0 **
- ************************************************************************** }
-
- {$if not def INTUITION_INTUITION_H; incl "intuition/intuition.h";endif }
- {$if not def UTILITY_TAGITEM_H; incl "utility/tagitem.h";endif }
-
- CONST
- POINTERA_Dummy = (TAG_USER + $39000);
- POINTERA_BitMap = (POINTERA_Dummy + $01);
- POINTERA_XOffset = (POINTERA_Dummy + $02);
- POINTERA_YOffset = (POINTERA_Dummy + $03);
- POINTERA_WordWidth = (POINTERA_Dummy + $04);
- POINTERA_XResolution = (POINTERA_Dummy + $05);
- POINTERA_YResolution = (POINTERA_Dummy + $06);
-
-
- POINTERXRESN_DEFAULT = 0;
- POINTERXRESN_140NS = 1;
- POINTERXRESN_70NS = 2;
- POINTERXRESN_35NS = 3;
-
- POINTERXRESN_SCREENRES = 4;
- POINTERXRESN_LORES = 5;
- POINTERXRESN_HIRES = 6;
-
-
- POINTERYRESN_DEFAULT = 0;
- POINTERYRESN_HIGH = 2;
- POINTERYRESN_HIGHASPECT = 3;
- POINTERYRESN_SCREENRES = 4;
- POINTERYRESN_SCREENRESASPECT = 5;
-
- {$endif}
-