•  Back 
  •  AES structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File8.22.23  MFORM                                                     TOS

The structure MFORM sets the appearance of the mouse pointer, and is 
defined as follows:

typedef struct mfstr
{
    int16_t  mf_xhot;       /* X-position hot-spot */
    int16_t  mf_yhot;       /* Y-position hot-spot */
    int16_t  mf_nplanes;    /* Number of planes    */
    int16_t  mf_fg;         /* Mask colour         */
    int16_t  mf_bg;         /* Pointer colour      */
    int16_t  mf_mask[16];   /* Mask form           */
    int16_t  mf_data[16];   /* Pointer form        */
} MFORM;

See Also: About the AES   graf_mouse