MXT_MSGF_PRESS
if (msg->touch.flags & MXT_MSGF_PRESS) {
buf[1] = (flags & MXT_MSGF_PRESS) ? 'P' : '.';