Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mswin.c70 # ifndef DOUBLE_CLICK
71 # define DOUBLE_CLICK 0x0002 macro
H A Dos_win32.c81 # ifndef DOUBLE_CLICK
82 # define DOUBLE_CLICK 0x0002 macro
1423 if (pmer->dwEventFlags == 0 || pmer->dwEventFlags == DOUBLE_CLICK) in decode_mouse_event()