Searched refs:MOUSE_RELEASE (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | mouse.c | 1212 {(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 D | vim.h | 1889 #define MOUSE_RELEASE 0x03 macro 1914 #define MOUSE_DRAG (0x40 | MOUSE_RELEASE)
|
| H A D | os_win32.c | 1318 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 D | gui.c | 3173 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 D | clipboard.c | 518 clip_process_selection(MOUSE_RELEASE, mouse_col, mouse_row, FALSE); in clip_modeless() 735 if (button == MOUSE_RELEASE) in clip_process_selection()
|
| H A D | gui_photon.c | 681 button = MOUSE_RELEASE; in gui_ph_handle_mouse() 693 if ((button != MOUSE_RELEASE) || in gui_ph_handle_mouse()
|
| H A D | os_unix.c | 7275 string[3] = MOUSE_RELEASE; in mch_gpm_process() 7384 button = MOUSE_RELEASE; in SIGDEFARG()
|
| H A D | gui_x11.c | 1085 button = MOUSE_RELEASE; in gui_x11_mouse_cb()
|
| H A D | gui_w32.c | 954 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, 0x0); in _OnMouseButtonDown() 1037 button = MOUSE_RELEASE; in _OnMouseMoveOrRelease()
|
| H A D | gui_haiku.cc | 1532 guiSendMouseEvent(MOUSE_RELEASE, point.x, point.y, in MouseUp()
|
| H A D | gui_gtk_x11.c | 1907 gui_send_mouse_event(MOUSE_RELEASE, x, y, FALSE, vim_modifiers); in button_release_event()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 48422 Solution: Add the MOUSE_RELEASE bits to mouse_code.
|