MOUSE_MSC_BUTTONS
act->button = butmapmsc[(~pBuf[0]) & MOUSE_MSC_BUTTONS];
act->button = butmapmsc[pBuf[0] & MOUSE_MSC_BUTTONS];