global            880 lib/widget/widget-common.c mouse_get_local (const Gpm_Event * global, const Widget * w)
global            886 lib/widget/widget-common.c     local.buttons = global->buttons;
global            887 lib/widget/widget-common.c     local.x = global->x - w->rect.x;
global            888 lib/widget/widget-common.c     local.y = global->y - w->rect.y;
global            889 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);