last_msg          191 lib/widget/mouse.c         if (event->msg == MSG_MOUSE_UP && w->mouse.last_msg == MSG_MOUSE_DOWN)
last_msg          195 lib/widget/mouse.c         w->mouse.last_msg = event->msg;
last_msg          323 lib/widget/widget-common.c     w->mouse.last_msg = MSG_MOUSE_NONE;
last_msg          160 lib/widget/widget-common.h         mouse_msg_t last_msg;  // The previous event type processed.