#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] |
|
palette index of the color used for the mask this data is usually 0. |
|
array of 16 WORD's which define the data portion of the mouse form |
|
palette index of the color used for the data. this data is usually 1. |
|
array of 16 WORD's which define the mask portion of the mouse form |
|
the number of bit-planes used by the mouse pointer. Currently, the value of 1 is the only legal value. |
|
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'. |
|
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'. |