Lines Matching refs:button
287 /* mouse button event */
291 ((Mouse_status.button[2] !=
292 old_mouse.button[2]) << 2) |
293 ((Mouse_status.button[1] !=
294 old_mouse.button[1]) << 1) |
295 (Mouse_status.button[0] !=
296 old_mouse.button[0]));
331 * SS-mouse support: if mouse button event
363 /* the first character identifies what button is involved (1,2,or 3) */
367 * -3: not a mouse button event
600 * SS-mouse: check if this mouse button event should map into
613 /* first determine if this mouse button event should be */