a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
Include
 classes
 clib
 datatypes
 devices
 diskfont
 dos
 exec
 gadgets
 graphics
 hardware
 images
 intuition
 libraries
 pragma
 pragmas
 prefs
  asl.i / .h
  font.i / .h
  icontrol.i / .h
  input.i / .h
  locale.i / .h
  overscan.i / .h
  palette.i / .h
  pointer.i / .h
  prefhdr.i / .h
  printergfx.i / .h
  printerps.i / .h
  printertxt.i / .h
  reaction.h
  screenmode.i / .h
  serial.i / .h
  sound.i / .h
  wbpattern.i / .h
  workbench.i / .h
 proto
 reaction
 resources
 rexx
 utility
 workbench
GuruMeditation
Docs » Include » prefs » pointer.i / .h
	IFND PREFS_POINTER_I
PREFS_POINTER_I		SET	1
**
**	$VER: pointer.i 39.2 (9.6.1992)
**	Includes Release 45.1
**
**	File format for pointer preferences
**
**	(C) Copyright 1991-2001 Amiga, Inc.
**	All Rights Reserved
**

;---------------------------------------------------------------------------

	IFND EXEC_TYPES_I
	INCLUDE "exec/types.i"
	ENDC

	IFND LIBRARIES_IFFPARSE_I
	INCLUDE "libraries/iffparse.i"
	ENDC

;---------------------------------------------------------------------------

ID_PNTR		equ	'PNTR'

;---------------------------------------------------------------------------

    STRUCTURE PointerPrefs,0
	STRUCT	pp_Reserved,4*4
	UWORD	pp_Which				; 0=NORMAL, 1=BUSY
	UWORD	pp_Size					; see "intuition/pointerclass.i"
	UWORD	pp_Width				; Width in pixels
	UWORD	pp_Ieight				; Height in pixels
	UWORD	pp_Depth				; Depth
	UWORD	pp_YSize				; YSize
	UWORD	pp_X, pp_Y				; Hotspot

	; Color Table:	numEntries = (1 << pp_Depth) - 1
	; Sprite data follows

    LABEL PointerPrefs_SIZEOF

;---------------------------------------------------------------------------

; constants for PointerPrefs.pp_Which
WBP_NORMAL	equ	0
WBP_BUSY	equ	1

;---------------------------------------------------------------------------

    STRUCTURE RGBTable,0
	UBYTE	rgbt_Red
	UBYTE	rgbt_Green
	UBYTE	rgbt_Blue
    LABEL RGBTable_SIZEOF

;---------------------------------------------------------------------------

	ENDC	; PREFS_POINTER_I

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Andromeda

AOA
AFL
RZR
TRSI

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se