Home
last modified time | relevance | path

Searched refs:MOUSE_RELEASE (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c1212 {(int)KE_MOUSEMOVE, MOUSE_RELEASE, FALSE, TRUE},
1214 {(int)KE_IGNORE, MOUSE_RELEASE, FALSE, FALSE},
2101 static int held_button = MOUSE_RELEASE;
2106 held_button = MOUSE_RELEASE; in reset_held_button()
2285 mouse_code |= MOUSE_RELEASE; in check_termcode_mouse()
2291 if ((mouse_code & MOUSE_RELEASE) == MOUSE_RELEASE) in check_termcode_mouse()
2332 else if (held_button == MOUSE_RELEASE in check_termcode_mouse()
2708 current_button |= MOUSE_RELEASE; in check_termcode_mouse()
2710 if (current_button == MOUSE_RELEASE in check_termcode_mouse()
2829 held_button = MOUSE_RELEASE; in check_termcode_mouse()
H A Dvim.h1889 #define MOUSE_RELEASE 0x03 macro
1914 #define MOUSE_DRAG (0x40 | MOUSE_RELEASE)
H A Dos_win32.c1318 nButton = MOUSE_RELEASE; in decode_mouse_event()
1406 nButton = MOUSE_RELEASE; in decode_mouse_event()
1426 if (nButton != -1 && nButton != MOUSE_RELEASE) in decode_mouse_event()
1451 if (nButton != -1 && nButton != MOUSE_RELEASE) in decode_mouse_event()
1460 if (nButton != MOUSE_RELEASE) in decode_mouse_event()
1472 if (nButton != MOUSE_DRAG && nButton != MOUSE_RELEASE) in decode_mouse_event()
H A Dgui.c3173 if (button != MOUSE_RELEASE || row != prev_row || col != prev_col) in gui_send_mouse_event()
3305 if (!mouse_has(checkfor) || button == MOUSE_RELEASE) in gui_send_mouse_event()
3351 if (button != MOUSE_DRAG && button != MOUSE_RELEASE) in gui_send_mouse_event()
4938 st[3] = (char_u)MOUSE_RELEASE; in gui_mouse_focus()
H A Dclipboard.c518 clip_process_selection(MOUSE_RELEASE, mouse_col, mouse_row, FALSE); in clip_modeless()
735 if (button == MOUSE_RELEASE) in clip_process_selection()
H A Dgui_photon.c681 button = MOUSE_RELEASE; in gui_ph_handle_mouse()
693 if ((button != MOUSE_RELEASE) || in gui_ph_handle_mouse()
H A Dos_unix.c7275 string[3] = MOUSE_RELEASE; in mch_gpm_process()
7384 button = MOUSE_RELEASE; in SIGDEFARG()
H A Dgui_x11.c1085 button = MOUSE_RELEASE; in gui_x11_mouse_cb()
H A Dgui_w32.c954 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, 0x0); in _OnMouseButtonDown()
1037 button = MOUSE_RELEASE; in _OnMouseMoveOrRelease()
H A Dgui_haiku.cc1532 guiSendMouseEvent(MOUSE_RELEASE, point.x, point.y, in MouseUp()
H A Dgui_gtk_x11.c1907 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, vim_modifiers); in button_release_event()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt48422 Solution: Add the MOUSE_RELEASE bits to mouse_code.