#define upMask_width 16
#define upMask_height 16
#define upMask_x_hot 7
#define upMask_y_hot 14
static short upMask_bits[] = {
   0xffff, 0xffff, 0xffff, 0xffff,
   0xffff, 0xffff, 0x1ff8, 0x3ffc,
   0x7ffe, 0x7ffe, 0x7ffe, 0x0ff0,
   0x0ff0, 0x0ff0, 0x0ff0, 0x0ff0};
