Lines Matching refs:button
633 int button = 0, repeated_click, modifiers = 0x0; in gui_ph_handle_mouse() local
666 button = MOUSE_LEFT; in gui_ph_handle_mouse()
670 button = MOUSE_RIGHT; in gui_ph_handle_mouse()
677 button = MOUSE_MIDDLE; in gui_ph_handle_mouse()
681 button = MOUSE_RELEASE; in gui_ph_handle_mouse()
684 button = MOUSE_DRAG; in gui_ph_handle_mouse()
689 button = MOUSE_DRAG; in gui_ph_handle_mouse()
693 if ((button != MOUSE_RELEASE) || in gui_ph_handle_mouse()
698 gui_send_mouse_event(button , mouse_x, mouse_y, repeated_click, modifiers); in gui_ph_handle_mouse()
1460 gui_ph_dialog_close(int button, void *data) in gui_ph_dialog_close() argument
1472 PtModalUnblock(modal_ctrl, (void *) button); in gui_ph_dialog_close()