Searched refs:gui_send_mouse_event (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 34 void gui_send_mouse_event(int button, int x, int y, int repeated_click, int_u modifiers);
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 208 For example, `gui_send_mouse_event()` for a mouse click and `gui_menu_cb()` for
|
| H A D | gui_gtk_x11.c | 1608 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 D | testing.c | 1334 gui_send_mouse_event(button, TEXT_X(col - 1), TEXT_Y(row - 1), repeated_click, mods); in f_test_gui_mouse_event()
|
| H A D | gui.c | 3085 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 D | gui_photon.c | 698 gui_send_mouse_event(button , mouse_x, mouse_y, repeated_click, modifiers); in gui_ph_handle_mouse()
|
| H A D | gui_x11.c | 1103 gui_send_mouse_event(button, x, y, repeated_click, vim_modifiers); in gui_x11_mouse_cb()
|
| H A D | gui_w32.c | 895 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 D | gui_haiku.cc | 3135 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 D | todo.txt | 4744 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'
|