Searched refs:repeated_click (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dui.pro21 void clip_start_selection __ARGS((int col, int row, int repeated_click));
22 void clip_process_selection __ARGS((int button, int col, int row, int_u repeated_click));
H A Dgui.pro33 void gui_send_mouse_event __ARGS((int button, int x, int y, int repeated_click, int_u modifiers));
/macosx-10.10.1/vim-55/src/
H A Dui.c652 clip_start_selection(col, row, repeated_click)
655 int repeated_click;
674 if (repeated_click)
725 clip_process_selection(button, col, row, repeated_click)
729 int_u repeated_click;
774 if (col == (int)cb->prev.col && row == cb->prev.lnum && !repeated_click)
808 if (cb->mode == SELECT_MODE_WORD && !repeated_click)
819 if (repeated_click && ++cb->mode > SELECT_MODE_LINE)
865 && col < (int)cb->word_end_col && !repeated_click)
882 if (row == cb->prev.lnum && !repeated_click)
[all...]
H A Dgui_w48.c677 int repeated_click,
691 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);
707 int repeated_click; local
738 repeated_click = ((int)(currentTime - s_prevTime) < p_mouset);
744 if (repeated_click
755 repeated_click = FALSE;
757 _OnMouseEvent(button, x, y, repeated_click, keyFlags);
759 else if ((repeated_click)
768 _OnMouseEvent(button, x, y, repeated_click, keyFlags);
673 _OnMouseEvent( int button, int x, int y, int repeated_click, UINT keyFlags) argument
H A Dgui.c2760 * repeated_click --- TRUE if this click comes only a short time after a
2768 gui_send_mouse_event(button, x, y, repeated_click, modifiers)
2772 int repeated_click;
2849 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), repeated_click);
2974 repeated_click);
2988 clip_start_selection(X_2_COL(x), Y_2_ROW(y), repeated_click); local
3007 repeated_click = FALSE;
3035 * repeated_click, because we don't want starting Visual mode when
3043 repeated_click = FALSE;
3050 if (repeated_click)
[all...]
H A Dgui_photon.c637 int button = 0, repeated_click, modifiers = 0x0; local
700 repeated_click = (pointer->click_count >= 2) ? TRUE : FALSE;
702 gui_send_mouse_event( button , mouse_x, mouse_y, repeated_click, modifiers );
H A Dgui_x11.c1084 int repeated_click = FALSE; local
1123 repeated_click = TRUE;
1158 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);
H A Dgui_gtk_x11.c1621 int repeated_click = FALSE; local
1646 repeated_click = TRUE;
1676 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);

Completed in 188 milliseconds