#define rightMask_width 16
#define rightMask_height 16
#define rightMask_x_hot 15
#define rightMask_y_hot 8
static short rightMask_bits[] = {
   0x003f, 0x073f, 0x0f3f, 0x1f3f,
   0x3fff, 0x7fff, 0xffff, 0xffff,
   0xffff, 0xffff, 0x7fff, 0x3fff,
   0x1f3f, 0x0f3f, 0x073f, 0x003f};
