Home
last modified time | relevance | path

Searched refs:RIGHTMOST_BUTTON_PRESSED (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mswin.c51 # ifndef RIGHTMOST_BUTTON_PRESSED
52 # define RIGHTMOST_BUTTON_PRESSED 0x0002 macro
H A Dos_win32.c62 # ifndef RIGHTMOST_BUTTON_PRESSED
63 # define RIGHTMOST_BUTTON_PRESSED 0x0002 macro
1278 const DWORD RIGHT = RIGHTMOST_BUTTON_PRESSED; in decode_mouse_event()