Searched refs:gpm_event (Results 1 – 1 of 1) sorted by relevance
7225 static Gpm_Event gpm_event; in mch_gpm_process() local7233 Gpm_GetEvent(&gpm_event); in mch_gpm_process()7241 row = gpm_event.y - 1; in mch_gpm_process()7242 col = gpm_event.x - 1; in mch_gpm_process()7247 switch (GPM_BARE_EVENTS(gpm_event.type)) in mch_gpm_process()7253 buttons_mask = gpm_event.buttons & ~old_buttons; in mch_gpm_process()7254 old_buttons = gpm_event.buttons; in mch_gpm_process()7272 SET_NUM_MOUSE_CLICKS(string[3], gpm_event.clicks + 1); in mch_gpm_process()7276 old_buttons &= ~gpm_event.buttons; in mch_gpm_process()7282 gpm_modifiers = gpm_event.modifiers; in mch_gpm_process()