CREATOR_CURS_MAX
pos->x = CREATOR_CURS_MAX;
pos->y = CREATOR_CURS_MAX;
if (curs->size.x > CREATOR_CURS_MAX ||
curs->size.y > CREATOR_CURS_MAX)
x = sc->sc_curs_pos.x + CREATOR_CURS_MAX - sc->sc_curs_hot.x;
y = sc->sc_curs_pos.y + CREATOR_CURS_MAX - sc->sc_curs_hot.y;