GEMLIB  0.44.0
Data Fields
mouse_form Struct Reference

#include <mt_gem.h>

Data Fields

short mf_xhot
 
short mf_yhot
 
short mf_nplanes
 
short mf_fg
 
short mf_bg
 
short mf_mask [16]
 
short mf_data [16]
 

Detailed Description

Mouse Form Definition Block, see mt_graf_mouse()

Field Documentation

short mouse_form::mf_bg

palette index of the color used for the mask this data is usually 0.

short mouse_form::mf_data[16]

array of 16 WORD's which define the data portion of the mouse form

short mouse_form::mf_fg

palette index of the color used for the data. this data is usually 1.

short mouse_form::mf_mask[16]

array of 16 WORD's which define the mask portion of the mouse form

short mouse_form::mf_nplanes

the number of bit-planes used by the mouse pointer. Currently, the value of 1 is the only legal value.

short mouse_form::mf_xhot

x-location of the mouse hot-spot. This value should be in the range 0 to 15 and defines what offset into the bitmap is actually the 'point'.

short mouse_form::mf_yhot

y-location of the mouse hot-spot. This value should be in the range 0 to 15 and defines what offset into the bitmap is actually the 'point'.


The documentation for this struct was generated from the following file: