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

/macosx-10.10.1/vim-55/src/proto/
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 Dgui_riscos.c1853 gui_send_mouse_event(
1885 gui_send_mouse_event(
1928 gui_send_mouse_event(
H A Dgui_gtk_x11.c1493 gui_send_mouse_event(button, x, y, FALSE, vim_modifiers);
1676 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);
1721 gui_send_mouse_event(button, (int)event->x, (int)event->y,
1752 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, vim_modifiers);
H A Dgui_mac.c1743 gui_send_mouse_event(vimMouseButton, thePoint.h,
2504 gui_send_mouse_event(MOUSE_DRAG, thePoint.h,
2541 gui_send_mouse_event(MOUSE_RELEASE, thePoint.h, thePoint.v, FALSE, vimModifiers);
2584 gui_send_mouse_event((delta > 0) ? MOUSE_4 : MOUSE_5,
H A Dgui_w48.c691 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);
753 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, 0x0);
H A Dgui_photon.c702 gui_send_mouse_event( button , mouse_x, mouse_y, repeated_click, modifiers );
H A Dgui_x11.c1158 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers);
H A Dgui.c2768 gui_send_mouse_event(button, x, y, repeated_click, modifiers) function
4666 * ala gui_send_mouse_event(0, x, y, 0, 0);

Completed in 179 milliseconds