Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmouse.c2324 mouse_code = MOUSE_DRAG; in check_termcode_mouse()
2350 mouse_code |= MOUSE_DRAG; in check_termcode_mouse()
2354 else if (!(mouse_code & MOUSE_DRAG & ~MOUSE_CLICK_MASK)) in check_termcode_mouse()
2481 mouse_code |= MOUSE_DRAG; in check_termcode_mouse()
2611 mouse_code |= MOUSE_DRAG; in check_termcode_mouse()
2691 mouse_code |= MOUSE_DRAG; in check_termcode_mouse()
2723 if ((mouse_code & MOUSE_DRAG) == MOUSE_DRAG) in check_termcode_mouse()
H A Dos_win32.c1326 nButton = MOUSE_DRAG; in decode_mouse_event()
1339 if (cButtons == 2 && s_nOldButton != MOUSE_DRAG) in decode_mouse_event()
1395 ? MOUSE_DRAG : MOUSE_MIDDLE; in decode_mouse_event()
1417 && nButton != s_nOldButton && s_nOldButton != MOUSE_DRAG) in decode_mouse_event()
1452 nButton = MOUSE_DRAG; in decode_mouse_event()
1472 if (nButton != MOUSE_DRAG && nButton != MOUSE_RELEASE) in decode_mouse_event()
H A Dgui_photon.c684 button = MOUSE_DRAG; in gui_ph_handle_mouse()
689 button = MOUSE_DRAG; in gui_ph_handle_mouse()
H A Dgui.c3228 && button != MOUSE_DRAG in gui_send_mouse_event()
3327 if (button == MOUSE_DRAG) in gui_send_mouse_event()
3351 if (button != MOUSE_DRAG && button != MOUSE_RELEASE) in gui_send_mouse_event()
H A Dgui_x11.c1036 ? MOUSE_DRAG : ' '; in gui_x11_mouse_cb()
1043 if (button != MOUSE_DRAG) // just moving the rodent in gui_x11_mouse_cb()
H A Dos_unix.c7250 string[3] = MOUSE_DRAG; in mch_gpm_process()
7377 button = MOUSE_DRAG; in SIGDEFARG()
7788 *strp++ = (xterm_button | MOUSE_DRAG) & ~0x20; in do_xterm_trace()
H A Dvim.h1914 #define MOUSE_DRAG (0x40 | MOUSE_RELEASE) macro
H A Dgui_haiku.cc1558 guiSendMouseEvent(MOUSE_DRAG, point.x, point.y, 0, vimMouseModifiers); in MouseMoved()
3129 if (vm.u.Mouse.button == MOUSE_DRAG) in gui_haiku_process_event()
H A Dgui_gtk_x11.c1591 ? MOUSE_DRAG : ' '; in process_motion_notify()
1598 if (button != MOUSE_DRAG) in process_motion_notify()
H A Dgui_w32.c1031 button = MOUSE_DRAG; in _OnMouseMoveOrRelease()