Home
last modified time | relevance | path

Searched refs:gui_send_mouse_event (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgui.pro34 void gui_send_mouse_event(int button, int x, int y, int repeated_click, int_u modifiers);
/vim-8.2.3635/src/
H A DREADME.md208 For example, `gui_send_mouse_event()` for a mouse click and `gui_menu_cb()` for
H A Dgui_gtk_x11.c1608 gui_send_mouse_event(button, x, y, FALSE, vim_modifiers); in process_motion_notify()
1831 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers); in button_press_event()
1876 gui_send_mouse_event(button, (int)event->x, (int)event->y, in scroll_event()
1907 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, vim_modifiers); in button_release_event()
H A Dtesting.c1334 gui_send_mouse_event(button, TEXT_X(col - 1), TEXT_Y(row - 1), repeated_click, mods); in f_test_gui_mouse_event()
H A Dgui.c3085 gui_send_mouse_event( in gui_send_mouse_event() function
4965 gui_send_mouse_event(MOUSE_MOVE, x, y, FALSE, 0); in gui_mouse_moved()
H A Dgui_photon.c698 gui_send_mouse_event(button , mouse_x, mouse_y, repeated_click, modifiers); in gui_ph_handle_mouse()
H A Dgui_x11.c1103 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers); in gui_x11_mouse_cb()
H A Dgui_w32.c895 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers); in _OnMouseEvent()
954 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, 0x0); in _OnMouseButtonDown()
H A Dgui_haiku.cc3135 gui_send_mouse_event(vm.u.Mouse.button, vm.u.Mouse.x, in gui_haiku_process_event()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4744 scroll. Return a value from gui_send_mouse_event() to the machine
5253 - Change gui_send_mouse_event() to pass on mouse events when 'mouse'