global            876 lib/widget/widget-common.c mouse_get_local (const Gpm_Event *global, const Widget *w)
global            882 lib/widget/widget-common.c     local.buttons = global->buttons;
global            883 lib/widget/widget-common.c     local.x = global->x - w->rect.x;
global            884 lib/widget/widget-common.c     local.y = global->y - w->rect.y;
global            885 lib/widget/widget-common.c     local.type = global->type;
global            240 lib/widget/widget-common.h Gpm_Event mouse_get_local (const Gpm_Event *global, const Widget *w);